blob: 63a2de17feaa9528329f8ea8a103c16867ef3935 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/usr/bin/env python
bld.SAMBA_LIBRARY('cli-ldap-common',
source='ldap_message.c ldap_ndr.c',
public_deps='errors talloc ldb',
public_headers='ldap_message.h ldap_errors.h',
deps='samba-util asn1util NDR_SECURITY tevent',
private_library=True
)
|