s4:wscript - install the two missing files "dlz_bind9.so" and "named.conf.dlz"
authorGeza Gemes <geza@kzsdabas.hu>
Tue, 25 Oct 2011 19:47:24 +0000 (21:47 +0200)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Thu, 27 Oct 2011 18:27:32 +0000 (20:27 +0200)
Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Thu Oct 27 20:27:32 CEST 2011 on sn-devel-104

source4/dns_server/wscript_build
source4/setup/wscript_build

index 3500b03b3c7a103fea0b06c13be7930a46fc82c2..2288f7c8f1ea971a07978f8afa4b00ebb89c3ec0 100644 (file)
@@ -14,4 +14,6 @@ bld.SAMBA_LIBRARY('dlz_bind9',
                   source='dlz_bind9.c',
                   private_library=True,
                   link_name='modules/bind9/dlz_bind9.so',
+                  realname='dlz_bind9.so',
+                  install_path='${MODULESDIR}/bind9',
                   deps='samba-hostconfig ldbsamba samba-util popt')
index 65cbfc9aeb1d96a41f577efbd39e3f3932234830..35586828fca1a0ce02037c9a4b6c2d5d2f0521f2 100644 (file)
@@ -13,7 +13,7 @@ bld.INSTALL_FILES('${SETUPDIR}', 'dns_update_list')
 bld.INSTALL_FILES('${SETUPDIR}', 'spn_update_list')
 
 for p in '''schema-map-* DB_CONFIG *.inf *.ldif *.reg *.zone *.conf *.php *.txt
-            named.conf named.conf.update provision.smb.conf.dc provision.smb.conf.member
-            provision.smb.conf.standalone'''.split():
+            named.conf named.conf.update named.conf.dlz provision.smb.conf.dc
+            provision.smb.conf.member provision.smb.conf.standalone'''.split():
     bld.INSTALL_WILDCARD('${SETUPDIR}', p)