diff options
author | Günther Deschner <gd@samba.org> | 2010-06-16 14:17:44 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-06-16 14:42:23 +0200 |
commit | fe90496ce55a5845154e4477d0eb84368c450824 (patch) | |
tree | e0099dd6677f8c074cd390f7c2a899b4ad466d41 | |
parent | 5b17d34d6280f3a98dc0118eab41b3f7f072521d (diff) | |
download | samba-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
-rw-r--r-- | source3/Makefile.in | 4 |
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 |