diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-23 18:41:59 -0700 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-26 10:17:16 -0700 |
commit | d9cbcdd4109d361c909f2884fcf3797cf4052092 (patch) | |
tree | d0979b61b54c4689d05b95e4d912e57d92db8633 /libcli/ldap | |
parent | 126f87e6a51bf330b7cdc631804a61e29c3116f7 (diff) | |
download | samba-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_build | 4 |
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' ) |