From 833480d3ad1c4b3a1ea74fd583672c65c0af6463 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 23 Oct 2010 16:05:50 -0700 Subject: s4: Rename LIBSAMBA-* to libsamba-* --- libcli/ldap/wscript_build | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libcli/ldap/wscript_build') diff --git a/libcli/ldap/wscript_build b/libcli/ldap/wscript_build index d3b8446e27..d9030c040e 100644 --- a/libcli/ldap/wscript_build +++ b/libcli/ldap/wscript_build @@ -2,16 +2,16 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_LDAP_MESSAGE', source='ldap_message.c', - public_deps='LIBSAMBA-ERRORS talloc ldb', + public_deps='libsamba-errors talloc ldb', public_headers='ldap_message.h ldap_errors.h', - deps='LIBSAMBA-UTIL ASN1_UTIL' + deps='libsamba-util ASN1_UTIL' ) bld.SAMBA_SUBSYSTEM('LIBCLI_LDAP_NDR', source='ldap_ndr.c', - public_deps='LIBSAMBA-ERRORS talloc', + public_deps='libsamba-errors talloc', public_headers='ldap_ndr.h', - deps='LIBSAMBA-UTIL ldb NDR_SECURITY tevent' + deps='libsamba-util ldb NDR_SECURITY tevent' ) -- cgit