diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-05-09 11:00:18 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-05-09 12:25:33 +0200 |
commit | 14f99167f600ae9a3351d4ff7d089e54ca3149ac (patch) | |
tree | 92f2208a8721312fb3a46be32d70528519d8354c /wscript_build | |
parent | 7e8f086798c36f64581ed7444df535e85fa0b5af (diff) | |
download | samba-14f99167f600ae9a3351d4ff7d089e54ca3149ac.tar.gz samba-14f99167f600ae9a3351d4ff7d089e54ca3149ac.tar.bz2 samba-14f99167f600ae9a3351d4ff7d089e54ca3149ac.zip |
build: Remove --disable-s3build so we can rely on these subsystems
This will make it easier to write code that uses the whole codebase.
Andrew Bartlett
Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Mon May 9 12:25:33 CEST 2011 on sn-devel-104
Diffstat (limited to 'wscript_build')
-rw-r--r-- | wscript_build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wscript_build b/wscript_build index 5cbbc308d3..43e69a5904 100644 --- a/wscript_build +++ b/wscript_build @@ -120,8 +120,7 @@ bld.RECURSE('source4/scripting') bld.RECURSE('pidl') bld.RECURSE('lib') bld.RECURSE('libds/common') -if bld.env.enable_s3build: - bld.RECURSE('source3') +bld.RECURSE('source3') bld.RECURSE('testsuite/headers') |