From: Andrew Bartlett Date: Sun, 22 Apr 2012 01:05:46 +0000 (+1000) Subject: dlz_bind9: Also produce and install binary plugin for bind 9.9 X-Git-Tag: samba-4.0.0alpha20~144 X-Git-Url: http://git.samba.org/samba.git/?p=nivanova%2Fsamba-autobuild%2F.git;a=commitdiff_plain;h=ee2642194cc421dd99d15dbe6738e246c1200573 dlz_bind9: Also produce and install binary plugin for bind 9.9 Thanks to Alexander Bokovoy for the fix! Andrew Bartlett Autobuild-User: Andrew Bartlett Autobuild-Date: Sun Apr 22 10:51:57 CEST 2012 on sn-devel-104 --- diff --git a/source4/dns_server/wscript_build b/source4/dns_server/wscript_build index e508fcdbe65..47d03badf95 100644 --- a/source4/dns_server/wscript_build +++ b/source4/dns_server/wscript_build @@ -24,6 +24,6 @@ bld.SAMBA_LIBRARY('dlz_bind9_9', cflags='-DBIND_VERSION_9_9', private_library=True, link_name='modules/bind9/dlz_bind9_9.so', - realname='dlz_bind9.so', + realname='dlz_bind9_9.so', install_path='${MODULESDIR}/bind9', deps='samba-hostconfig samdb gensec popt')