blob: 8d2a01700546f3cbf457159505ae64dbb177ae99 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# AUTOGENERATED by mktowscript.pl from ../../libcli/ldap/config.mk
# Please remove this notice if hand editing
bld.SAMBA_SUBSYSTEM('LIBCLI_LDAP_MESSAGE',
source='ldap_message.c',
public_deps='LIBSAMBA-ERRORS talloc ldb',
public_headers='ldap_message.h ldap_errors.h',
deps='LIBSAMBA-UTIL ASN1_UTIL'
)
bld.SAMBA_SUBSYSTEM('LIBCLI_LDAP_NDR',
source='ldap_ndr.c',
public_deps='LIBSAMBA-ERRORS talloc',
public_headers='ldap_ndr.h',
deps='LIBSAMBA-UTIL ldb NDR_MISC NDR_SECURITY'
)
|