From 7feb650a372094f2ecfa82e41756d5e2fa92ff9a Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 23 Jul 2015 13:48:50 +0200 Subject: wscript: Build the KDC code if we have the AD DC build enabled MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Günther Deschner Reviewed-by: Sumit Bose Reviewed-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- wscript_build | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript_build') 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') -- cgit v1.2.1