e52abbe4a97a64ee8058881e5c347bc0fdc316a2
[ira/wip.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='cli_ldap',
7         deps='LIBTSOCKET samba-util UTIL_TEVENT ldb LIBCLI_NETLOGON'
8         )
9