summaryrefslogtreecommitdiff
path: root/source4/libcli/ldap
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-07-25 22:27:17 +0200
committerJelmer Vernooij <jelmer@samba.org>2011-07-26 13:31:09 +0200
commit47a41c8daf4df59f4d80723c38749209c044d1a4 (patch)
tree1df2797edc6036f5368204725c6136bff607b3e9 /source4/libcli/ldap
parent23cbfef542013193fad54963fbf8a886740e9b00 (diff)
downloadsamba-47a41c8daf4df59f4d80723c38749209c044d1a4.tar.gz
samba-47a41c8daf4df59f4d80723c38749209c044d1a4.tar.bz2
samba-47a41c8daf4df59f4d80723c38749209c044d1a4.zip
cli_composite: Lowercase name.
Diffstat (limited to 'source4/libcli/ldap')
-rw-r--r--source4/libcli/ldap/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/ldap/wscript_build b/source4/libcli/ldap/wscript_build
index 99b6c4e1f3..f7afec73f2 100644
--- a/source4/libcli/ldap/wscript_build
+++ b/source4/libcli/ldap/wscript_build
@@ -5,7 +5,7 @@ bld.SAMBA_LIBRARY('cli-ldap',
autoproto='ldap_proto.h',
public_deps='errors tevent LIBPACKET',
public_headers='libcli_ldap.h:ldap-util.h',
- deps='LIBCLI_COMPOSITE samba_socket NDR_SAMR LIBTLS ndr LP_RESOLVE gensec cli-ldap-common',
+ deps='cli_composite samba_socket NDR_SAMR LIBTLS ndr LP_RESOLVE gensec cli-ldap-common',
private_library=True
)