summaryrefslogtreecommitdiff
path: root/source4/libcli/wscript_build
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2014-11-20 11:35:48 +0100
committerAndrew Bartlett <abartlet@samba.org>2014-12-18 06:47:40 +0100
commitf45c63381469ab33a429a83035e860b2d87638ed (patch)
treed8e036b33d085034f42a5b58e55ee358ae233e8d /source4/libcli/wscript_build
parent7f00fcf5589fc0e27ddd1f78fbe9c223b26cd919 (diff)
downloadsamba-f45c63381469ab33a429a83035e860b2d87638ed.tar.gz
s4-libcli: Remove obsolete support for file resolving.
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@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 13e1adb4716..59b0bc7d965 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/lmhosts.c resolve/resolve_lp.c',
+ source='resolve/bcast.c resolve/nbtlist.c resolve/wins.c resolve/dns_ex.c resolve/host.c resolve/lmhosts.c resolve/resolve_lp.c',
autoproto='resolve/lp_proto.h',
deps='cli-nbt samba-hostconfig netif addns'
)