mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
35fca85660
as noticed by Brad Hards Andrew Bartlett
10 lines
349 B
Python
10 lines
349 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_LIBRARY('cli-ldap-common',
|
|
source='ldap_message.c ldap_ndr.c',
|
|
public_deps='errors talloc ldb',
|
|
public_headers='ldap_message.h ldap_errors.h ldap_ndr.h',
|
|
deps='samba-util asn1util NDR_SECURITY tevent',
|
|
private_library=True
|
|
)
|