diff options
author | Andreas Schneider <asn@samba.org> | 2015-07-23 13:48:50 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2016-03-17 04:32:28 +0100 |
commit | 7feb650a372094f2ecfa82e41756d5e2fa92ff9a (patch) | |
tree | c6e777111aea9338aa8f26cadaa6a024c31f625e /wscript | |
parent | 4865867f59140a65d498255a64564f9e47810323 (diff) | |
download | samba-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')
-rw-r--r-- | wscript | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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): |