summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-06-16 14:17:44 +0200
committerGünther Deschner <gd@samba.org>2010-06-16 14:42:23 +0200
commitfe90496ce55a5845154e4477d0eb84368c450824 (patch)
treee0099dd6677f8c074cd390f7c2a899b4ad466d41 /source3
parent5b17d34d6280f3a98dc0118eab41b3f7f072521d (diff)
downloadsamba-fe90496ce55a5845154e4477d0eb84368c450824.tar.gz
samba-fe90496ce55a5845154e4477d0eb84368c450824.tar.bz2
samba-fe90496ce55a5845154e4477d0eb84368c450824.zip
s3-build: allow to build bin/ndrdump4 (just as bin/smbtorture4)
Jelmer, please check. Guenther
Diffstat (limited to 'source3')
-rw-r--r--source3/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 82e677d0e9..07b07df759 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -3278,4 +3278,8 @@ bin/smbtorture4: $(BINARY_PREREQS) samba4-configure
cd ../source4 && ../buildtools/bin/waf build --targets=smbtorture
cp ../source4/bin/smbtorture bin/smbtorture4
+bin/ndrdump4: $(BINARY_PREREQS) samba4-configure
+ cd ../source4 && ../buildtools/bin/waf build --targets=ndrdump
+ cp ../source4/bin/ndrdump bin/ndrdump4
+
.PHONY: bin/smbtorture4