dlz-bind: Add support for BIND 9.12.x
[vlendec/samba-autobuild/.git] / source4 / dns_server / wscript_build
index c01e618b561369e5861aa97219ed5731e38919af..0fd6aa80339b6df34eca72d98ad39b713db1a291 100644 (file)
@@ -58,6 +58,16 @@ bld.SAMBA_LIBRARY('dlz_bind9_11',
                   deps='samba-hostconfig samdb-common gensec popt dnsserver_common',
                   enabled=bld.AD_DC_BUILD_IS_ENABLED())
 
+bld.SAMBA_LIBRARY('dlz_bind9_12',
+                  source='dlz_bind9.c',
+                  cflags='-DBIND_VERSION_9_12',
+                  private_library=True,
+                  link_name='modules/bind9/dlz_bind9_12.so',
+                  realname='dlz_bind9_12.so',
+                  install_path='${MODULESDIR}/bind9',
+                  deps='samba-hostconfig samdb-common gensec popt dnsserver_common',
+                  enabled=bld.AD_DC_BUILD_IS_ENABLED())
+
 bld.SAMBA_LIBRARY('dlz_bind9_for_torture',
                   source='dlz_bind9.c',
                   cflags='-DBIND_VERSION_9_8',