source: vendor/current/libcli/ldap/wscript_build

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 354 bytes
Line 
1#!/usr/bin/env python
2
3bld.SAMBA_LIBRARY('cli-ldap-common',
4 source='ldap_message.c ldap_ndr.c',
5 public_deps='samba-errors talloc ldb',
6 private_headers='ldap_message.h ldap_errors.h ldap_ndr.h',
7 deps='samba-util asn1util NDR_SECURITY tevent',
8 private_library=True)
Note: See TracBrowser for help on using the repository browser.