summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-10-30 14:17:15 +1100
committerAndrew Tridgell <tridge@samba.org>2010-10-30 23:49:01 +1100
commit88fd7e0920dfdd9c1819c71b65dd3eda80a350f9 (patch)
tree14c95f537b6927585a4bacc11f1ee2333db6920b /source4
parent87b3d384c6d26852d5c26cb8740eb42836193577 (diff)
downloadsamba-88fd7e0920dfdd9c1819c71b65dd3eda80a350f9.tar.gz
samba-88fd7e0920dfdd9c1819c71b65dd3eda80a350f9.tar.bz2
samba-88fd7e0920dfdd9c1819c71b65dd3eda80a350f9.zip
s4-dns: make the dns update task an external module
this simplifies some dependencies
Diffstat (limited to 'source4')
-rw-r--r--source4/dsdb/wscript_build11
1 files 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',