diff options
Diffstat (limited to 'librpc/tools/wscript_build')
-rw-r--r-- | librpc/tools/wscript_build | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/librpc/tools/wscript_build b/librpc/tools/wscript_build new file mode 100644 index 0000000..3f2f950 --- /dev/null +++ b/librpc/tools/wscript_build @@ -0,0 +1,7 @@ +#!/usr/bin/env python + +bld.SAMBA_BINARY('ndrdump', + source='ndrdump.c', + manpages='ndrdump.1', + deps='samba-hostconfig samba-util popt CMDLINE_S4 ndr-table samba-errors NDR_DCERPC' + ) |