summaryrefslogtreecommitdiff
path: root/source4/libcli/ldap/wscript_build
blob: 62d6bf387a2a708921aa899e210b115ed4733d08 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env python

bld.SAMBA_SUBSYSTEM('LIBCLI_LDAP',
	source='ldap_client.c ldap_bind.c ldap_ildap.c ldap_controls.c',
	autoproto='ldap_proto.h',
	public_deps='LIBSAMBA-ERRORS tevent LIBPACKET',
	public_headers='libcli_ldap.h:ldap-util.h',
	deps='LIBCLI_COMPOSITE samba_socket NDR_SAMR LIBTLS LIBCLI_LDAP_NDR LIBNDR LP_RESOLVE gensec LIBCLI_LDAP_MESSAGE'
	)