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 /libcli/cldap | |
parent | 8a6bc7331b71a7040fa9ee577776eb23b976c42d (diff) | |
download | samba-08785dd73d39954fa02c2cb15947613b7e27494f.tar.gz |
cli_cldap: Lowercase name.
Diffstat (limited to 'libcli/cldap')
-rw-r--r-- | libcli/cldap/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcli/cldap/wscript_build b/libcli/cldap/wscript_build index 9dd94c66910..c6257b2ae0c 100644 --- a/libcli/cldap/wscript_build +++ b/libcli/cldap/wscript_build @@ -1,7 +1,7 @@ #!/usr/bin/env python -bld.SAMBA_LIBRARY('LIBCLI_CLDAP', +bld.SAMBA_LIBRARY('cli_cldap', source='cldap.c', public_deps='cli-ldap', deps='LIBTSOCKET samba-util UTIL_TEVENT ldb LIBCLI_NETLOGON', |