diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-23 16:05:50 -0700 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-24 00:20:04 +0000 |
commit | 833480d3ad1c4b3a1ea74fd583672c65c0af6463 (patch) | |
tree | 788f12cca40a76d8fe3c45135c706c0eb6beab9c /libcli/ldap | |
parent | ca16d805bd8f33a03d67d3ed74b4d468b04874e5 (diff) | |
download | samba-833480d3ad1c4b3a1ea74fd583672c65c0af6463.tar.gz samba-833480d3ad1c4b3a1ea74fd583672c65c0af6463.tar.xz samba-833480d3ad1c4b3a1ea74fd583672c65c0af6463.zip |
s4: Rename LIBSAMBA-* to libsamba-*
Diffstat (limited to 'libcli/ldap')
-rw-r--r-- | libcli/ldap/wscript_build | 8 |
1 files changed, 4 insertions, 4 deletions
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' ) |