From 518484af8d4960b483e40fbb244e284532efd267 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Fri, 25 May 2012 18:45:17 +0300 Subject: dns_hosts_file: move to a separate subsystem After discussion with Kai move dns_hosts_file to a separate subsystem and merge it into libaddns private library for s3/s4 client use. Also remove dependency in libcli/nbt, the code from libcli/dns subsystems is not used there at all. Autobuild-User: Alexander Bokovoy Autobuild-Date: Fri May 25 22:22:44 CEST 2012 on sn-devel-104 --- lib/addns/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/addns') diff --git a/lib/addns/wscript_build b/lib/addns/wscript_build index 15fb62016d..513060d2f0 100755 --- a/lib/addns/wscript_build +++ b/lib/addns/wscript_build @@ -2,6 +2,6 @@ bld.SAMBA_LIBRARY('addns', source='dnsquery.c dnsrecord.c dnsutils.c dnssock.c dnsgss.c dnsmarshall.c error.c', - public_deps='clidns samba-util gssapi uuid resolv', + public_deps='dnshostsfile samba-util gssapi uuid resolv', private_library=True, vars=locals()) -- cgit