s4-dns: make the dns update task an external module
authorAndrew Tridgell <tridge@samba.org>
Sat, 30 Oct 2010 03:17:15 +0000 (14:17 +1100)
committerAndrew Tridgell <tridge@samba.org>
Sat, 30 Oct 2010 12:49:01 +0000 (23:49 +1100)
this simplifies some dependencies

source4/dsdb/wscript_build

index 0bff37728a586e047e3adaddb70231465c5f89d7..c232a800e96b01c485600989c3087c21c17ef370 100644 (file)
@@ -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',