s3-selftest: Remove some unnecessary comma
[Samba/gebeck_regimport.git] / source4 / libcli / ldap / wscript_build
blobf7afec73f291268dadb75761eda5e2206fbe92df
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='cli_composite samba_socket NDR_SAMR LIBTLS ndr LP_RESOLVE gensec cli-ldap-common',
9 private_library=True