summaryrefslogtreecommitdiff
path: root/source4/libcli/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-06-07 14:21:25 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-06-07 06:45:06 +0200
commit06c90cb6f55701effa4cbafaf189a4de8471949b (patch)
tree2d7f4f5036c285dca625e55d089c33ffec50e202 /source4/libcli/wscript_build
parent1e28aa147f23439273d892c1223969091b3ca90a (diff)
downloadsamba-06c90cb6f55701effa4cbafaf189a4de8471949b.tar.gz
samba-06c90cb6f55701effa4cbafaf189a4de8471949b.tar.bz2
samba-06c90cb6f55701effa4cbafaf189a4de8471949b.zip
s4-libcli: Remove unused finddcs_nbt
This would only do the NBT getdc lookup for a single DC (but would find multiple DCs at first stage), but more particular it of course uses Netbios rather than DNS names. In any case it was also unused, as we use CLDAP for reliable DC location these days. Found by callcatcher Andrew Bartlett
Diffstat (limited to 'source4/libcli/wscript_build')
-rwxr-xr-xsource4/libcli/wscript_build6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/libcli/wscript_build b/source4/libcli/wscript_build
index 97507ffc3d..a2de9a8d03 100755
--- a/source4/libcli/wscript_build
+++ b/source4/libcli/wscript_build
@@ -12,7 +12,7 @@ bld.SAMBA_SUBSYSTEM('LIBSAMBA_TSOCKET',
bld.SAMBA_SUBSYSTEM('LIBCLI_LSA',
source='util/clilsa.c',
autoproto='util/clilsa.h',
- public_deps='RPC_NDR_LSA',
+ public_deps='RPC_NDR_LSA dcerpc',
deps='security'
)
@@ -67,9 +67,9 @@ bld.SAMBA_SUBSYSTEM('LP_RESOLVE',
bld.SAMBA_SUBSYSTEM('LIBCLI_FINDDCS',
- source='finddcs_nbt.c finddcs_cldap.c',
+ source='finddcs_cldap.c',
autoproto='finddcs_proto.h',
- public_deps='cli-nbt MESSAGING RPC_NDR_IRPC cli_cldap'
+ public_deps='cli_cldap'
)