diff options
author | Martin Schwenke <martin@meltin.net> | 2014-08-25 14:05:48 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2014-10-08 09:42:08 +0200 |
commit | e94422a8acf4a812ed19ddd63b42789df49a3f00 (patch) | |
tree | dbe6bfd3c1f0f8922af6cb42b4d6a113f1d8cca5 /wscript_build | |
parent | d568be69891da3944df2de8629e7e64bc480ad86 (diff) | |
download | samba-e94422a8acf4a812ed19ddd63b42789df49a3f00.tar.gz |
build: Hook CTDB into top level build using --with-cluster-support
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Wed Oct 8 09:42:08 CEST 2014 on sn-devel-104
Diffstat (limited to 'wscript_build')
-rw-r--r-- | wscript_build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wscript_build b/wscript_build index 48cb71db8d0..d7dea5466ea 100644 --- a/wscript_build +++ b/wscript_build @@ -139,6 +139,8 @@ bld.RECURSE('libcli/smbreadline') bld.RECURSE('codepages') if bld.AD_DC_BUILD_IS_ENABLED(): bld.RECURSE('source4/setup') +if bld.env.with_ctdb: + bld.RECURSE('ctdb') bld.RECURSE('source4/scripting') bld.RECURSE('pidl') bld.RECURSE('lib') |