diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-09-14 17:37:01 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-09-15 15:39:35 +1000 |
commit | 7f029aad350d64efa8aef0ec1432d077ea3426b2 (patch) | |
tree | a227d3019d48e27d5eaa25e0cd825a4d093f0d09 /source4/libcli/wscript_build | |
parent | ee61568be6bcb217d106c08ec915775c8476ed56 (diff) | |
download | samba-7f029aad350d64efa8aef0ec1432d077ea3426b2.tar.gz samba-7f029aad350d64efa8aef0ec1432d077ea3426b2.tar.bz2 samba-7f029aad350d64efa8aef0ec1432d077ea3426b2.zip |
s4-finddcs: rename finddcs to finddcs_nbt
finddcs_nbt is currently unused, but will later be a fallback is a
cldap DC find fails.
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/libcli/wscript_build')
-rw-r--r-- | 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 33623109e5..826c9da8f4 100644 --- a/source4/libcli/wscript_build +++ b/source4/libcli/wscript_build @@ -69,7 +69,7 @@ bld.SAMBA_SUBSYSTEM('LP_RESOLVE', bld.SAMBA_SUBSYSTEM('LIBCLI_FINDDCS', - source='finddcs.c finddcs_cldap.c', + source='finddcs_nbt.c finddcs_cldap.c', autoproto='finddcs_proto.h', public_deps='LIBCLI_NBT MESSAGING RPC_NDR_IRPC LIBCLI_CLDAP' ) |