repo.or.cz
/
Samba
/
vl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
s3:printing Make print_queue_receive public
[Samba/vl.git]
/
lib
/
tsocket
/
wscript_build
blob
5fa05f8c501b2c9315b6eb2057e6716d3a2ff43a
1
#!/usr/bin/env python
2
3
4
bld
.
SAMBA_SUBSYSTEM
(
'LIBTSOCKET'
,
5
source
=
'tsocket.c tsocket_helpers.c tsocket_bsd.c'
,
6
public_deps
=
'talloc tevent'
,
7
public_headers
=
'tsocket.h tsocket_internal.h'
,
8
)
9