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
s3:smb2_tcon: cancel and wait for pending requests on tdis
[Samba.git]
/
libcli
/
named_pipe_auth
/
wscript_build
blob
53fbd84ab6905de603dcf2f1e2ebed94167848dd
1
#!/usr/bin/env python
2
3
4
bld
.
SAMBA_LIBRARY
(
'npa_tstream'
,
5
source
=
'npa_tstream.c'
,
6
private_library
=
True
,
7
public_deps
=
'NDR_NAMED_PIPE_AUTH tevent LIBTSOCKET'
8
)
9