libsmb: Use reparse_data_buffer_marshall() in py_reparse_symlink_put()
[Samba.git] / libcli / ldap / wscript_build
bloba646685c751054259f322e7ab6cdfb7a58d0dd02
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)
10 bld.SAMBA_BINARY(
11 'test_ldap_message',
12 source='tests/ldap_message_test.c',
13 deps='''
14 cmocka
15 talloc
16 ldb
17 samba-util
18 asn1util
19 NDR_SECURITY
20 cli-ldap
21 ''',
22 for_selftest=True