1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00
samba-mirror/libcli/ldap/wscript_build

18 lines
400 B
Plaintext
Raw Normal View History

#!/usr/bin/env python
bld.SAMBA_SUBSYSTEM('LIBCLI_LDAP_MESSAGE',
source='ldap_message.c',
2010-10-23 16:05:50 -07:00
public_deps='libsamba-errors talloc ldb',
public_headers='ldap_message.h ldap_errors.h',
2010-10-23 16:05:50 -07:00
deps='libsamba-util ASN1_UTIL'
)
bld.SAMBA_SUBSYSTEM('LIBCLI_LDAP_NDR',
source='ldap_ndr.c',
2010-10-23 16:05:50 -07:00
public_deps='libsamba-errors talloc',
public_headers='ldap_ndr.h',
2010-10-23 16:05:50 -07:00
deps='libsamba-util ldb NDR_SECURITY tevent'
)