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 --- libcli/nbt/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcli/nbt') 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', -- cgit