diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-07-25 21:24:20 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-07-26 13:31:08 +0200 |
commit | 08785dd73d39954fa02c2cb15947613b7e27494f (patch) | |
tree | cb33bee8cd81fe39d9efd4bcd741f22d4ff7f180 /source4/libcli/wscript_build | |
parent | 8a6bc7331b71a7040fa9ee577776eb23b976c42d (diff) | |
download | samba-08785dd73d39954fa02c2cb15947613b7e27494f.tar.gz samba-08785dd73d39954fa02c2cb15947613b7e27494f.tar.bz2 samba-08785dd73d39954fa02c2cb15947613b7e27494f.zip |
cli_cldap: Lowercase name.
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 ce4eeadcce..7f3941fdf1 100644 --- a/source4/libcli/wscript_build +++ b/source4/libcli/wscript_build @@ -63,7 +63,7 @@ bld.SAMBA_SUBSYSTEM('LP_RESOLVE', bld.SAMBA_SUBSYSTEM('LIBCLI_FINDDCS', source='finddcs_nbt.c finddcs_cldap.c', autoproto='finddcs_proto.h', - public_deps='cli-nbt MESSAGING RPC_NDR_IRPC LIBCLI_CLDAP' + public_deps='cli-nbt MESSAGING RPC_NDR_IRPC cli_cldap' ) |