summaryrefslogtreecommitdiff
path: root/libcli/nbt
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 /libcli/nbt
parent337353bd3c752a41b49381486b07fe91634e6c22 (diff)
downloadsamba-518484af8d4960b483e40fbb244e284532efd267.tar.gz
samba-518484af8d4960b483e40fbb244e284532efd267.tar.bz2
samba-518484af8d4960b483e40fbb244e284532efd267.zip
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 'libcli/nbt')
-rwxr-xr-xlibcli/nbt/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcli/nbt/wscript_build b/libcli/nbt/wscript_build
index a8c239c10d..faf818ef53 100755
--- a/libcli/nbt/wscript_build
+++ b/libcli/nbt/wscript_build
@@ -8,7 +8,7 @@ bld.SAMBA_SUBSYSTEM('NDR_NBT_BUF',
bld.SAMBA_SUBSYSTEM('lmhosts',
source='lmhosts.c',
- deps='clidns replace talloc'
+ deps='replace talloc'
)
bld.SAMBA_LIBRARY('cli-nbt',