repo.or.cz
/
Samba
/
ekacnet.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
s3: Fix a winbind crash when scanning trusts
[Samba/ekacnet.git]
/
libcli
/
named_pipe_auth
/
wscript_build
blob
c97893bb1f299ea6f263f79ee8decd77e9b9dff6
1
#!/usr/bin/env python
2
3
4
bld
.
SAMBA_SUBSYSTEM
(
'NAMED_PIPE_AUTH_TSTREAM'
,
5
source
=
'npa_tstream.c'
,
6
public_deps
=
'NDR_NAMED_PIPE_AUTH tevent LIBTSOCKET'
7
)
8