diff options
author | Andrew Bartlett <abartlet@samba.org> | 2014-01-14 13:48:32 +1300 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2014-01-31 08:05:52 +0100 |
commit | fc77a69461be8b31a6e5bdf92f82a9af8e67457c (patch) | |
tree | f93e7f096aad010c860da7e58f8b04bd142ae635 /source4/libcli/wscript_build | |
parent | 8427c797cecc88d70bdee4f310351ca3d4c310db (diff) | |
download | samba-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-x | source4/libcli/wscript_build | 2 |
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' ) |