mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
50b472a772
It took a little while to find where to update this... Andrew Bartlett
11 lines
364 B
Python
11 lines
364 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_SUBSYSTEM('LIBCLI_LDAP',
|
|
source='ldap_client.c ldap_bind.c ldap_ildap.c ldap_controls.c',
|
|
autoproto='ldap_proto.h',
|
|
public_deps='LIBSAMBA-ERRORS tevent LIBPACKET',
|
|
public_headers='libcli_ldap.h:ldap-util.h',
|
|
deps='LIBCLI_COMPOSITE samba_socket NDR_SAMR LIBTLS LIBCLI_LDAP_NDR LIBNDR LP_RESOLVE gensec LIBCLI_LDAP_MESSAGE'
|
|
)
|
|
|