From d9cbcdd4109d361c909f2884fcf3797cf4052092 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 23 Oct 2010 18:41:59 -0700 Subject: s4: Drop duplicate 'lib' prefix for private libraries. --- source4/libcli/ldap/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/libcli/ldap/wscript_build') diff --git a/source4/libcli/ldap/wscript_build b/source4/libcli/ldap/wscript_build index ea7c785cdf..7f46c76651 100644 --- a/source4/libcli/ldap/wscript_build +++ b/source4/libcli/ldap/wscript_build @@ -3,7 +3,7 @@ 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', + public_deps='errors tevent LIBPACKET', public_headers='libcli_ldap.h:ldap-util.h', deps='LIBCLI_COMPOSITE samba_socket NDR_SAMR LIBTLS LIBCLI_LDAP_NDR LIBNDR LP_RESOLVE gensec LIBCLI_LDAP_MESSAGE', private_library=True -- cgit