s4-waf: mark the wscript files as python so vim/emacs knows how to highlight them
[bbaumbach/samba-autobuild/.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='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