summaryrefslogtreecommitdiff
path: root/source4/libnet/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'source4/libnet/wscript_build')
-rw-r--r--source4/libnet/wscript_build3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/libnet/wscript_build b/source4/libnet/wscript_build
index 57e3160c8b..55fedcde05 100644
--- a/source4/libnet/wscript_build
+++ b/source4/libnet/wscript_build
@@ -17,5 +17,6 @@ bld.SAMBA_PYTHON('python_net',
bld.SAMBA_PYTHON('python_dckeytab',
source='py_net_dckeytab.c libnet_export_keytab.c',
deps='pyrpc_util HDB_SAMBA4 com_err',
- realname='samba/dckeytab.so'
+ realname='samba/dckeytab.so',
+ enabled=bld.AD_DC_BUILD_IS_ENABLED()
)