diff options
author | Geza Gemes <geza@kzsdabas.hu> | 2011-10-25 21:47:24 +0200 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2011-10-27 20:27:32 +0200 |
commit | a0f7c990f40796a71219a2c3f3d1077b90aae3c9 (patch) | |
tree | 4193af11ae6f12d30dbadb30f9c5ae47b6614379 | |
parent | 673be97f1e512623e9930fb4592e917410cfa303 (diff) | |
download | samba-a0f7c990f40796a71219a2c3f3d1077b90aae3c9.tar.gz samba-a0f7c990f40796a71219a2c3f3d1077b90aae3c9.tar.bz2 samba-a0f7c990f40796a71219a2c3f3d1077b90aae3c9.zip |
s4:wscript - install the two missing files "dlz_bind9.so" and "named.conf.dlz"
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
-rw-r--r-- | source4/dns_server/wscript_build | 2 | ||||
-rw-r--r-- | source4/setup/wscript_build | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/source4/dns_server/wscript_build b/source4/dns_server/wscript_build index 3500b03b3c..2288f7c8f1 100644 --- a/source4/dns_server/wscript_build +++ b/source4/dns_server/wscript_build @@ -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') diff --git a/source4/setup/wscript_build b/source4/setup/wscript_build index 65cbfc9aeb..35586828fc 100644 --- a/source4/setup/wscript_build +++ b/source4/setup/wscript_build @@ -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) |