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

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