summaryrefslogtreecommitdiff
path: root/librpc/tools
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-01-28 14:02:55 +0100
committerGünther Deschner <gd@samba.org>2011-02-08 14:50:54 +0100
commit4086c1e382a22f08a5b138bb6617451de2042ad9 (patch)
tree1f3a56df209154466e95f4f90128489e50a22aaf /librpc/tools
parent56fe080d87952c6f1f1175444327769c67c55167 (diff)
downloadsamba-4086c1e382a22f08a5b138bb6617451de2042ad9.tar.gz
samba-4086c1e382a22f08a5b138bb6617451de2042ad9.tar.bz2
samba-4086c1e382a22f08a5b138bb6617451de2042ad9.zip
s4-waf: split out wscript_build for ndrdump binary.
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Feb 8 14:50:54 CET 2011 on sn-devel-104
Diffstat (limited to 'librpc/tools')
-rw-r--r--librpc/tools/wscript_build7
1 files changed, 7 insertions, 0 deletions
diff --git a/librpc/tools/wscript_build b/librpc/tools/wscript_build
new file mode 100644
index 0000000000..d1f0a26939
--- /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 POPT_SAMBA ndr-table errors'
+ )