From 88fd7e0920dfdd9c1819c71b65dd3eda80a350f9 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 30 Oct 2010 14:17:15 +1100 Subject: s4-dns: make the dns update task an external module this simplifies some dependencies --- source4/dsdb/wscript_build | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/source4/dsdb/wscript_build b/source4/dsdb/wscript_build index 0bff37728a..c232a800e9 100644 --- a/source4/dsdb/wscript_build +++ b/source4/dsdb/wscript_build @@ -45,11 +45,12 @@ bld.SAMBA_MODULE('KCC_SRV', bld.SAMBA_MODULE('DNS_UPDATE_SRV', - source='dns/dns_update.c', - subsystem='service', - init_function='server_service_dnsupdate_init', - deps='SAMDB process_model UTIL_RUNCMD' - ) + source='dns/dns_update.c', + subsystem='service', + init_function='server_service_dnsupdate_init', + deps='SAMDB UTIL_RUNCMD samba-util ldb samdb-common errors talloc auth_system_session samba-hostconfig', + internal_module=False + ) bld.SAMBA_PYTHON('python_dsdb', source='pydsdb.c', -- cgit