s3:libsmb/libsmb_dir: make use of cli_state_remote_name()
[Samba.git] / source4 / libcli / ldap / wscript_build
blob99b6c4e1f371fe5a7c1cd73ba7ae1df8e3b40284
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 ndr LP_RESOLVE gensec cli-ldap-common',
9 private_library=True