summaryrefslogtreecommitdiff
path: root/libcli/ldap
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-24 10:42:58 -0700
committerJelmer Vernooij <jelmer@samba.org>2010-10-26 10:17:17 -0700
commit8cf61377aa388724150699618f5cd60682ffde37 (patch)
tree6fb909162d76a2315c08a2711b7f6bd6d83ea3d4 /libcli/ldap
parentb2af2fd3de37296c5589fd5f34bb3353227272cd (diff)
downloadsamba-8cf61377aa388724150699618f5cd60682ffde37.tar.gz
samba-8cf61377aa388724150699618f5cd60682ffde37.tar.bz2
samba-8cf61377aa388724150699618f5cd60682ffde37.zip
waf: Remove lib prefix from libraries manually.
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 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'
)