From 1bf4ff2ab2e5bca2c6d7e5840fe20bd3dbd20d74 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 21 Feb 2011 15:50:51 +1100 Subject: s4-waf: added --enable-s3build configure option this enables the build of the s3 binaries in the toplevel build Pair-Programmed-With: Andrew Bartlett --- wscript_build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'wscript_build') diff --git a/wscript_build b/wscript_build index 37abfd1b77c..dd905f8063a 100644 --- a/wscript_build +++ b/wscript_build @@ -105,7 +105,8 @@ bld.RECURSE('source4/setup') bld.RECURSE('source4/scripting') bld.RECURSE('pidl') bld.RECURSE('lib') -bld.RECURSE('source3') +if bld.env.enable_s3build: + bld.RECURSE('source3') # install some extra empty directories bld.INSTALL_DIRS("", "${LOCKDIR} ${SYSCONFDIR} ${LOCKDIR} ${PIDDIR} ${LOCALSTATEDIR}/lib ${PRIVATEDIR}/smbd.tmp/messaging") -- cgit v1.2.1