source: vendor/current/libcli/cldap/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: 273 bytes
Line 
1#!/usr/bin/env python
2
3
4bld.SAMBA_LIBRARY('cli_cldap',
5 source='cldap.c',
6 public_deps='cli-ldap',
7 deps='LIBTSOCKET samba-util tevent-util ldb LIBCLI_NETLOGON',
8 private_library=True
9 )
10
Note: See TracBrowser for help on using the repository browser.