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 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index 41ed5dafc90..ff4bceec7b3 100644 --- a/wscript +++ b/wscript @@ -136,6 +136,9 @@ def configure(conf): conf.RECURSE('lib/ldb') + if not (Options.options.without_ad_dc): + conf.DEFINE('AD_DC_BUILD_IS_ENABLED', 1) + if Options.options.with_system_mitkrb5: conf.PROCESS_SEPARATE_RULE('system_mitkrb5') if not (Options.options.without_ad_dc or Options.options.with_system_mitkrb5): -- cgit v1.2.1