diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-23 16:27:47 -0700 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-24 00:20:04 +0000 |
commit | 5224de3f748fe76c6423f8ed660886faf99882f8 (patch) | |
tree | 8ff88e195adb8679be27fc76df73be851c19758d /source4/libcli | |
parent | a57bd4e2d8b79f5ea57cd5727702c6d56e934231 (diff) | |
download | samba-5224de3f748fe76c6423f8ed660886faf99882f8.tar.gz samba-5224de3f748fe76c6423f8ed660886faf99882f8.tar.xz samba-5224de3f748fe76c6423f8ed660886faf99882f8.zip |
s4: Rename LIBCLI_LDAP to libcli_ldap.
Diffstat (limited to 'source4/libcli')
-rw-r--r-- | source4/libcli/ldap/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/ldap/wscript_build b/source4/libcli/ldap/wscript_build index 91b1012d03..ea7c785cdf 100644 --- a/source4/libcli/ldap/wscript_build +++ b/source4/libcli/ldap/wscript_build @@ -1,6 +1,6 @@ #!/usr/bin/env python -bld.SAMBA_LIBRARY('LIBCLI_LDAP', +bld.SAMBA_LIBRARY('cli_ldap', source='ldap_client.c ldap_bind.c ldap_ildap.c ldap_controls.c', autoproto='ldap_proto.h', public_deps='libsamba-errors tevent LIBPACKET', |