s4-waf: install the rest of the headers
[Samba/gebeck_regimport.git] / source4 / libcli / ldap / wscript_build
blob3ed3627dc190500ce04d9149a10a68f2185dd1ad
1 bld.SAMBA_SUBSYSTEM('LIBCLI_LDAP',
2         source='ldap_client.c ldap_bind.c ldap_ildap.c ldap_controls.c',
3         autoproto='ldap_proto.h',
4         public_deps='LIBSAMBA-ERRORS tevent LIBPACKET',
5         public_headers='ldap.h:ldap-util.h',
6         deps='LIBCLI_COMPOSITE samba_socket NDR_SAMR LIBTLS LIBCLI_LDAP_NDR LIBNDR LP_RESOLVE gensec LIBCLI_LDAP_MESSAGE'
7         )