s4: Rename LIBSAMBA-* to libsamba-*
[sfrench/samba-autobuild/.git] / libcli / ldap / wscript_build
index d3b8446e276d8cd731f8f56218d2b70e86c35ec1..d9030c040e2189a8e1b6b3d702ceac6bf0e53ba6 100644 (file)
@@ -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'
        )