summaryrefslogtreecommitdiff
path: root/libcli/ldap
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-23 18:41:59 -0700
committerJelmer Vernooij <jelmer@samba.org>2010-10-26 10:17:16 -0700
commitd9cbcdd4109d361c909f2884fcf3797cf4052092 (patch)
treed0979b61b54c4689d05b95e4d912e57d92db8633 /libcli/ldap
parent126f87e6a51bf330b7cdc631804a61e29c3116f7 (diff)
downloadsamba-d9cbcdd4109d361c909f2884fcf3797cf4052092.tar.gz
samba-d9cbcdd4109d361c909f2884fcf3797cf4052092.tar.bz2
samba-d9cbcdd4109d361c909f2884fcf3797cf4052092.zip
s4: Drop duplicate 'lib' prefix for private libraries.
Diffstat (limited to 'libcli/ldap')
-rw-r--r--libcli/ldap/wscript_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcli/ldap/wscript_build b/libcli/ldap/wscript_build
index d9030c040e..4d8ebcd6cf 100644
--- a/libcli/ldap/wscript_build
+++ b/libcli/ldap/wscript_build
@@ -2,7 +2,7 @@
bld.SAMBA_SUBSYSTEM('LIBCLI_LDAP_MESSAGE',
source='ldap_message.c',
- public_deps='libsamba-errors talloc ldb',
+ public_deps='errors talloc ldb',
public_headers='ldap_message.h ldap_errors.h',
deps='libsamba-util ASN1_UTIL'
)
@@ -10,7 +10,7 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_LDAP_MESSAGE',
bld.SAMBA_SUBSYSTEM('LIBCLI_LDAP_NDR',
source='ldap_ndr.c',
- public_deps='libsamba-errors talloc',
+ public_deps='errors talloc',
public_headers='ldap_ndr.h',
deps='libsamba-util ldb NDR_SECURITY tevent'
)