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
Revert "smbd: add smbd_server_connection->raw_ev_ctx pointer"
[Samba.git]
/
libcli
/
ldap
/
wscript_build
blob
db5b1df497a7ae5605433b70f2450a76fa024b3c
1
#!/usr/bin/env python
2
3
bld
.
SAMBA_LIBRARY
(
'cli-ldap-common'
,
4
source
=
'ldap_message.c ldap_ndr.c'
,
5
public_deps
=
'samba-errors talloc ldb'
,
6
private_headers
=
'ldap_message.h ldap_errors.h ldap_ndr.h'
,
7
deps
=
'samba-util asn1util NDR_SECURITY tevent'
,
8
private_library
=
True
)