s4: Rename LIBSAMBA-* to libsamba-*
[samba.git] / libcli / cldap / wscript_build
1 #!/usr/bin/env python
2
3
4 bld.SAMBA_SUBSYSTEM('LIBCLI_CLDAP',
5         source='cldap.c',
6         public_deps='LIBCLI_LDAP',
7         deps='LIBTSOCKET libsamba-util UTIL_TEVENT ldb LIBCLI_NETLOGON'
8         )
9