repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ctdb-tests: Handle interactions with monitor events
[Samba.git]
/
libcli
/
ldap
/
wscript_build
blob
211a3203d1eae0bf1873e9a184786bb960c145f7
1
#!/usr/bin/env python
2
3
bld
.
SAMBA_LIBRARY
(
'cli-ldap-common'
,
4
source
=
'ldap_message.c ldap_ndr.c'
,
5
public_deps
=
'errors talloc ldb'
,
6
public_headers
=
'ldap_message.h ldap_errors.h ldap_ndr.h'
,
7
deps
=
'samba-util asn1util NDR_SECURITY tevent'
,
8
private_library
=
True
9
)