From a0f7c990f40796a71219a2c3f3d1077b90aae3c9 Mon Sep 17 00:00:00 2001 From: Geza Gemes Date: Tue, 25 Oct 2011 21:47:24 +0200 Subject: s4:wscript - install the two missing files "dlz_bind9.so" and "named.conf.dlz" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Matthias Dieter Wallnöfer Reviewed-by: Stefan Metzmacher Autobuild-User: Matthias Dieter Wallnöfer Autobuild-Date: Thu Oct 27 20:27:32 CEST 2011 on sn-devel-104 --- source4/dns_server/wscript_build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/dns_server/wscript_build') 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') -- cgit