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
WHATSNEW: Spotlight
[Samba.git]
/
lib
/
wscript_build
blob
94bc7642a99c5a4bde2dc6a49547854cea43f045
1
#!/usr/bin/env python
2
3
# a grouping library for event and socket related subsystems
4
bld
.
SAMBA_LIBRARY
(
'samba-sockets'
,
5
source
=[],
6
private_library
=
True
,
7
grouping_library
=
True
,
8
deps
=
'LIBTSOCKET samba_socket tevent-util'
)