diff options
| author | Andreas Schneider <asn@samba.org> | 2014-11-20 11:35:48 +0100 |
|---|---|---|
| committer | Andrew Bartlett <abartlet@samba.org> | 2014-12-18 06:47:40 +0100 |
| commit | f45c63381469ab33a429a83035e860b2d87638ed (patch) | |
| tree | d8e036b33d085034f42a5b58e55ee358ae233e8d /source4/libcli/wscript_build | |
| parent | 7f00fcf5589fc0e27ddd1f78fbe9c223b26cd919 (diff) | |
| download | samba-f45c63381469ab33a429a83035e860b2d87638ed.tar.gz samba-f45c63381469ab33a429a83035e860b2d87638ed.tar.xz samba-f45c63381469ab33a429a83035e860b2d87638ed.zip | |
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-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 13e1adb471..59b0bc7d96 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' ) |
