summaryrefslogtreecommitdiff
path: root/libcli/ldap/wscript_build
blob: 211a3203d1eae0bf1873e9a184786bb960c145f7 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env python

bld.SAMBA_LIBRARY('cli-ldap-common',
                  source='ldap_message.c ldap_ndr.c',
                  public_deps='errors talloc ldb',
                  public_headers='ldap_message.h ldap_errors.h ldap_ndr.h',
                  deps='samba-util asn1util NDR_SECURITY tevent',
                  private_library=True
	)