62d6bf387a2a708921aa899e210b115ed4733d08
[abartlet/samba.git/.git] / source4 / libcli / ldap / wscript_build
1 #!/usr/bin/env python
2
3 bld.SAMBA_SUBSYSTEM('LIBCLI_LDAP',
4         source='ldap_client.c ldap_bind.c ldap_ildap.c ldap_controls.c',
5         autoproto='ldap_proto.h',
6         public_deps='LIBSAMBA-ERRORS tevent LIBPACKET',
7         public_headers='libcli_ldap.h:ldap-util.h',
8         deps='LIBCLI_COMPOSITE samba_socket NDR_SAMR LIBTLS LIBCLI_LDAP_NDR LIBNDR LP_RESOLVE gensec LIBCLI_LDAP_MESSAGE'
9         )
10