mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
af5f494bd2
This is needed so that OpenChange can get at _tevent_req_nterr(), which is referenced by generated PIDL output. Andrew Bartlett
11 lines
273 B
Python
11 lines
273 B
Python
#!/usr/bin/env python
|
|
|
|
|
|
bld.SAMBA_LIBRARY('cli_cldap',
|
|
source='cldap.c',
|
|
public_deps='cli-ldap',
|
|
deps='LIBTSOCKET samba-util tevent-util ldb LIBCLI_NETLOGON',
|
|
private_library=True
|
|
)
|
|
|