summaryrefslogtreecommitdiff
path: root/libcli/ldap
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-23 16:05:50 -0700
committerJelmer Vernooij <jelmer@samba.org>2010-10-24 00:20:04 +0000
commit833480d3ad1c4b3a1ea74fd583672c65c0af6463 (patch)
tree788f12cca40a76d8fe3c45135c706c0eb6beab9c /libcli/ldap
parentca16d805bd8f33a03d67d3ed74b4d468b04874e5 (diff)
downloadsamba-833480d3ad1c4b3a1ea74fd583672c65c0af6463.tar.gz
samba-833480d3ad1c4b3a1ea74fd583672c65c0af6463.tar.bz2
samba-833480d3ad1c4b3a1ea74fd583672c65c0af6463.zip
s4: Rename LIBSAMBA-* to libsamba-*
Diffstat (limited to 'libcli/ldap')
-rw-r--r--libcli/ldap/wscript_build8
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'
)