blob: f4c0955a46548481da06d53ad848a63dd1ce9c7a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/usr/bin/env python
# AUTOGENERATED by mktowscript.pl from ../../libcli/cldap/config.mk
# Please remove this notice if hand editing
bld.SAMBA_SUBSYSTEM('LIBCLI_CLDAP',
source='cldap.c',
public_deps='LIBCLI_LDAP',
deps='LIBTSOCKET LIBSAMBA-UTIL UTIL_TEVENT ldb LIBCLI_NETLOGON'
)
|