Revert "s3: vfs: add user_vfs_evg to connection_struct"
[Samba.git] / libcli / ldap / wscript_build
blobdb5b1df497a7ae5605433b70f2450a76fa024b3c
1 #!/usr/bin/env python
3 bld.SAMBA_LIBRARY('cli-ldap-common',
4 source='ldap_message.c ldap_ndr.c',
5 public_deps='samba-errors talloc ldb',
6 private_headers='ldap_message.h ldap_errors.h ldap_ndr.h',
7 deps='samba-util asn1util NDR_SECURITY tevent',
8 private_library=True)