summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-05-11 16:07:19 +0200
committerStefan Metzmacher <metze@samba.org>2010-05-11 16:11:37 +0200
commit4fcd5446d3cd538cd79ed308c3e60631030fe2cc (patch)
treea517558ee613601222ae58ad87d72099c7acb1cb /source3
parenteff3a41bb8206d183d8228592341dcb70b26eabf (diff)
downloadsamba-4fcd5446d3cd538cd79ed308c3e60631030fe2cc.tar.gz
samba-4fcd5446d3cd538cd79ed308c3e60631030fe2cc.tar.bz2
samba-4fcd5446d3cd538cd79ed308c3e60631030fe2cc.zip
s3:Makefile: build smbtorture4 as static binary with socket_wrapper support
metze
Diffstat (limited to 'source3')
-rw-r--r--source3/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 1a4456dc27..5e63602459 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -3218,7 +3218,8 @@ clean_libnetapi_examples:
cd ../source4 && ./autogen.sh
samba4-configure: ../source4/configure
- @$(MAKE) -C ../source4 reconfigure || ( cd ../source4 && ./configure --enable-auto-reconfigure )
+ @$(MAKE) -C ../source4 reconfigure || ( cd ../source4 && \
+ ./configure.developer --nonshared-binary=smbtorture --enable-auto-reconfigure )
.PHONY: samba4-configure