diff options
author | Günther Deschner <gd@samba.org> | 2011-01-28 14:02:55 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-02-08 14:50:54 +0100 |
commit | 4086c1e382a22f08a5b138bb6617451de2042ad9 (patch) | |
tree | 1f3a56df209154466e95f4f90128489e50a22aaf /librpc | |
parent | 56fe080d87952c6f1f1175444327769c67c55167 (diff) | |
download | samba-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')
-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 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' + ) |