source:
trunk/server/librpc/tools/wscript_build
Last change on this file was 745, checked in by , 13 years ago | |
---|---|
File size: 174 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 errors' |
7 | ) |
Note:
See TracBrowser
for help on using the repository browser.