summaryrefslogtreecommitdiff
path: root/wscript_build
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2015-07-23 13:48:50 +0200
committerAndrew Bartlett <abartlet@samba.org>2016-03-17 04:32:28 +0100
commit7feb650a372094f2ecfa82e41756d5e2fa92ff9a (patch)
treec6e777111aea9338aa8f26cadaa6a024c31f625e /wscript_build
parent4865867f59140a65d498255a64564f9e47810323 (diff)
downloadsamba-7feb650a372094f2ecfa82e41756d5e2fa92ff9a.tar.gz
wscript: Build the KDC code if we have the AD DC build enabled
Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Sumit Bose <sbose@redhat.com> Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'wscript_build')
-rw-r--r--wscript_build1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript_build b/wscript_build
index 65b5e301774..27dc6750f14 100644
--- a/wscript_build
+++ b/wscript_build
@@ -138,6 +138,7 @@ else:
bld.RECURSE('libcli/smbreadline')
if bld.AD_DC_BUILD_IS_ENABLED():
bld.RECURSE('source4/setup')
+ bld.RECURSE('source4/kdc')
if bld.env.with_ctdb:
bld.RECURSE('ctdb')
bld.RECURSE('source4/scripting')