source:
vendor/current/libcli/cldap/wscript_build
Last change on this file was 988, checked in by , 9 years ago | |
---|---|
File size: 273 bytes |
Line | |
---|---|
1 | #!/usr/bin/env python |
2 | |
3 | |
4 | bld.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.