summaryrefslogtreecommitdiff
path: root/lib/addns
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2012-05-25 18:45:17 +0300
committerAlexander Bokovoy <ab@samba.org>2012-05-25 22:22:44 +0200
commit518484af8d4960b483e40fbb244e284532efd267 (patch)
tree28fb9bdf422c65dd9d5edc8b1559ea42a20d6313 /lib/addns
parent337353bd3c752a41b49381486b07fe91634e6c22 (diff)
downloadsamba-518484af8d4960b483e40fbb244e284532efd267.tar.gz
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 <ab@samba.org> Autobuild-Date: Fri May 25 22:22:44 CEST 2012 on sn-devel-104
Diffstat (limited to 'lib/addns')
-rwxr-xr-xlib/addns/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/addns/wscript_build b/lib/addns/wscript_build
index 15fb62016da..513060d2f02 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())