summaryrefslogtreecommitdiff
path: root/libcli/ldap/wscript_build
blob: 4d8ebcd6cf12d0470238a1780626da94b0645eb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/env python

bld.SAMBA_SUBSYSTEM('LIBCLI_LDAP_MESSAGE',
	source='ldap_message.c',
	public_deps='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='errors talloc',
	public_headers='ldap_ndr.h',
	deps='libsamba-util ldb NDR_SECURITY tevent'
	)