libcli/dns: make 'clidns' private library out of DNS code in WAF build
[kai/samba-autobuild/.git] / utils / wscript_build
index 3c22ad27aebdd7a031e5cdc99b434bbaa22df8f4..bb13bc78c316408cf7f00764560e30e248683f30 100644 (file)
@@ -2,6 +2,6 @@
 
 bld.SAMBA_BINARY('samba-dig',
        source='samba-dig.c',
-        deps='samba-util NDR_DNS tevent LIBCLI_DNS'
+        deps='samba-util NDR_DNS tevent clidns'
        )