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_build_system_heimdal | |
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_build_system_heimdal')
-rw-r--r-- | wscript_build_system_heimdal | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wscript_build_system_heimdal b/wscript_build_system_heimdal index 8ec09b4783e..4ea8cd7351f 100644 --- a/wscript_build_system_heimdal +++ b/wscript_build_system_heimdal @@ -1,5 +1,4 @@ import Logs Logs.info("\tSelected system Heimdal build") -bld.RECURSE('source4/kdc') bld.RECURSE('source4/heimdal_build') |