build: commit all the waf build files in the tree
[nivanova/samba-autobuild/.git] / libcli / ldap / wscript_build
1 # AUTOGENERATED by mktowscript.pl from ../../libcli/ldap/config.mk
2 # Please remove this notice if hand editing
3
4
5 bld.SAMBA_SUBSYSTEM('LIBCLI_LDAP_MESSAGE',
6         source='ldap_message.c',
7         public_deps='LIBSAMBA-ERRORS talloc ldb',
8         public_headers='ldap_message.h ldap_errors.h',
9         deps='LIBSAMBA-UTIL ASN1_UTIL'
10         )
11
12
13 bld.SAMBA_SUBSYSTEM('LIBCLI_LDAP_NDR',
14         source='ldap_ndr.c',
15         public_deps='LIBSAMBA-ERRORS talloc',
16         public_headers='ldap_ndr.h',
17         deps='LIBSAMBA-UTIL ldb NDR_MISC NDR_SECURITY'
18         )
19