idtree: fix overflow for v. large ids on allocation and removal
[Samba.git] / source4 / libcli / ldap / wscript_build
bloba7b3717543cbd0c1445bf1e72117362d1ca5f5f8
1 #!/usr/bin/env python
3 bld.SAMBA_LIBRARY('cli-ldap',
4 source='ldap_client.c ldap_bind.c ldap_ildap.c ldap_controls.c',
5 autoproto='ldap_proto.h',
6 public_deps='errors tevent LIBPACKET',
7 public_headers='libcli_ldap.h:ldap-util.h',
8 deps='LIBCLI_COMPOSITE samba_socket NDR_SAMR LIBTLS LIBCLI_LDAP_NDR ndr LP_RESOLVE gensec LIBCLI_LDAP_MESSAGE',
9 private_library=True