summaryrefslogtreecommitdiffstats
path: root/source4/libcli/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2014-01-14 13:48:32 +1300
committerMichael Adam <obnox@samba.org>2014-01-31 08:05:52 +0100
commitfc77a69461be8b31a6e5bdf92f82a9af8e67457c (patch)
treef93e7f096aad010c860da7e58f8b04bd142ae635 /source4/libcli/wscript_build
parent8427c797cecc88d70bdee4f310351ca3d4c310db (diff)
downloadsamba-fc77a69461be8b31a6e5bdf92f82a9af8e67457c.tar.gz
samba-fc77a69461be8b31a6e5bdf92f82a9af8e67457c.tar.xz
samba-fc77a69461be8b31a6e5bdf92f82a9af8e67457c.zip
s4-resolve: Add lmhosts support into the source4 name resolve code
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source4/libcli/wscript_build')
-rwxr-xr-xsource4/libcli/wscript_build2
1 files changed, 1 insertions, 1 deletions
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'
)