|
Last change
on this file was 745, checked in by Silvan Scherrer, 13 years ago |
|
Samba Server: updated trunk to 3.6.0
|
|
File size:
500 bytes
|
| Line | |
|---|
| 1 | #!/usr/bin/env python
|
|---|
| 2 |
|
|---|
| 3 | bld.SAMBA_LIBRARY('cli-ldap',
|
|---|
| 4 | source='ldap_client.c ldap_bind.c ldap_ildap.c ldap_controls.c',
|
|---|
| 5 | autoproto='ldap_proto.h',
|
|---|
| 6 | public_deps='errors tevent LIBPACKET',
|
|---|
| 7 | public_headers='libcli_ldap.h:ldap-util.h',
|
|---|
| 8 | deps='LIBCLI_COMPOSITE samba_socket NDR_SAMR LIBTLS LIBCLI_LDAP_NDR ndr LP_RESOLVE gensec LIBCLI_LDAP_MESSAGE',
|
|---|
| 9 | private_library=True
|
|---|
| 10 | )
|
|---|
| 11 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.