61c2f4096996115c624e616219c43a06d5367a29
[samba.git] / libcli / ldap / wscript_build
1 #!/usr/bin/env python
2
3 bld.SAMBA_SUBSYSTEM('LIBCLI_LDAP_MESSAGE',
4         source='ldap_message.c',
5         public_deps='LIBSAMBA-ERRORS talloc ldb',
6         public_headers='ldap_message.h ldap_errors.h',
7         deps='LIBSAMBA-UTIL ASN1_UTIL'
8         )
9
10
11 bld.SAMBA_SUBSYSTEM('LIBCLI_LDAP_NDR',
12         source='ldap_ndr.c',
13         public_deps='LIBSAMBA-ERRORS talloc',
14         public_headers='ldap_ndr.h',
15         deps='LIBSAMBA-UTIL ldb NDR_MISC NDR_SECURITY'
16         )
17