diff options
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' ) |