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
Merge tag 'samba-4.7.3' into v4-7-test
[Samba.git]
/
lib
/
tsocket
/
wscript_build
blob
420daff817404774e510e818dc5aeb43803d932c
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 iov_buf socket-blocking'
,
7
public_headers
=
'tsocket.h tsocket_internal.h'
,
8
)
9