From 8cf61377aa388724150699618f5cd60682ffde37 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 24 Oct 2010 10:42:58 -0700 Subject: waf: Remove lib prefix from libraries manually. --- libcli/ldap/wscript_build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libcli/ldap') diff --git a/libcli/ldap/wscript_build b/libcli/ldap/wscript_build index 4d8ebcd6cf..5efb683833 100644 --- a/libcli/ldap/wscript_build +++ b/libcli/ldap/wscript_build @@ -4,7 +4,7 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_LDAP_MESSAGE', source='ldap_message.c', public_deps='errors talloc ldb', public_headers='ldap_message.h ldap_errors.h', - deps='libsamba-util ASN1_UTIL' + deps='samba-util ASN1_UTIL' ) @@ -12,6 +12,6 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_LDAP_NDR', source='ldap_ndr.c', public_deps='errors talloc', public_headers='ldap_ndr.h', - deps='libsamba-util ldb NDR_SECURITY tevent' + deps='samba-util ldb NDR_SECURITY tevent' ) -- cgit