dns_server: Add a python module directly accessing DNS records in sam.ldb
[sfrench/samba-autobuild/.git] / source4 / dns_server / wscript_build
index a4f0f0c54b30d5da9f28afcc39d4084aa6de2629..eedbd1da0febdccc0086dacaf1651df5603f6336 100644 (file)
@@ -53,3 +53,9 @@ bld.SAMBA_LIBRARY('dlz_bind9_for_torture',
                   private_library=True,
                   deps='samba-hostconfig samdb-common gensec popt dnsserver_common',
                   enabled=bld.AD_DC_BUILD_IS_ENABLED())
+
+
+bld.SAMBA_PYTHON('python_dsdb_dns',
+                source='pydns.c',
+                deps='samdb pyldb-util pyrpc_util dnsserver_common',
+                realname='samba/dsdb_dns.so')