summaryrefslogtreecommitdiff
path: root/source4/librpc/wscript_build
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 /source4/librpc/wscript_build
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 'source4/librpc/wscript_build')
-rwxr-xr-xsource4/librpc/wscript_build9
1 files changed, 1 insertions, 8 deletions
diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build
index d0159bb37a..6087d84693 100755
--- a/source4/librpc/wscript_build
+++ b/source4/librpc/wscript_build
@@ -1,16 +1,9 @@
#!/usr/bin/env python
bld.RECURSE('../../librpc/idl')
+bld.RECURSE('../../librpc/tools')
bld.RECURSE('idl')
-bld.SAMBA_BINARY('ndrdump',
- source='../../librpc/tools/ndrdump.c',
- manpages='../../librpc/tools/ndrdump.1',
- deps='samba-hostconfig samba-util popt POPT_SAMBA ndr-table errors'
- )
-
-
-
bld.SAMBA_SUBSYSTEM('NDR_SECURITY',
source='../../librpc/gen_ndr/ndr_security.c ../../librpc/ndr/ndr_sec_helper.c gen_ndr/ndr_server_id.c',
deps='ndr security',