From fc77a69461be8b31a6e5bdf92f82a9af8e67457c Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 14 Jan 2014 13:48:32 +1300 Subject: s4-resolve: Add lmhosts support into the source4 name resolve code Signed-off-by: Andrew Bartlett Reviewed-by: Michael Adam --- source4/libcli/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/libcli/wscript_build') diff --git a/source4/libcli/wscript_build b/source4/libcli/wscript_build index 600b1f87d0..13e1adb471 100755 --- a/source4/libcli/wscript_build +++ b/source4/libcli/wscript_build @@ -60,7 +60,7 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_RESOLVE', bld.SAMBA_SUBSYSTEM('LP_RESOLVE', - source='resolve/bcast.c resolve/nbtlist.c resolve/wins.c resolve/dns_ex.c resolve/file.c resolve/host.c resolve/resolve_lp.c', + source='resolve/bcast.c resolve/nbtlist.c resolve/wins.c resolve/dns_ex.c resolve/file.c resolve/host.c resolve/lmhosts.c resolve/resolve_lp.c', autoproto='resolve/lp_proto.h', deps='cli-nbt samba-hostconfig netif addns' ) -- cgit