source:
vendor/current/librpc/tools/wscript_build
Last change on this file was 988, checked in by , 9 years ago | |
---|---|
File size: 184 bytes |
Line | |
---|---|
1 | #!/usr/bin/env python |
2 | |
3 | bld.SAMBA_BINARY('ndrdump', |
4 | source='ndrdump.c', |
5 | manpages='ndrdump.1', |
6 | deps='samba-hostconfig samba-util popt POPT_SAMBA ndr-table samba-errors NDR_DCERPC' |
7 | ) |
Note:
See TracBrowser
for help on using the repository browser.