libcli/dns: clidns must depend on ndr_standard, not on NDR_DNS
authorVolker Lendecke <vl@samba.org>
Thu, 4 Jan 2018 15:05:35 +0000 (16:05 +0100)
committerVolker Lendecke <vl@samba.org>
Tue, 15 Jan 2019 06:53:21 +0000 (07:53 +0100)
Otherwise we can't link this into other libraries

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
libcli/dns/wscript_build

index 0def78e2e1dd11c113aebe20635286fbcfca54fd..ef1c34ffd2ff04bba93416c0ed3ff43093c5b247 100644 (file)
@@ -2,7 +2,7 @@
 
 bld.SAMBA_LIBRARY('clidns',
         source='dns.c resolvconf.c',
-        public_deps='LIBTSOCKET tevent-util NDR_DNS',
+        public_deps='LIBTSOCKET tevent-util ndr-standard',
         private_library=True)
 
 bld.SAMBA_BINARY('resolvconftest',