From 5224de3f748fe76c6423f8ed660886faf99882f8 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 23 Oct 2010 16:27:47 -0700 Subject: s4: Rename LIBCLI_LDAP to libcli_ldap. --- source4/libcli/ldap/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/libcli') 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', -- cgit