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-lsa: Fix static list of luids in our privileges implementation.
[Samba/ekacnet.git]
/
lib
/
async_req
/
wscript_build
blob
f3ac7f0d00788b5d2753b04adcbb61ca828809a2
1
#!/usr/bin/env python
2
3
4
bld
.
SAMBA_SUBSYSTEM
(
'LIBASYNC_REQ'
,
5
source
=
'async_sock.c'
,
6
public_deps
=
'talloc tevent'
7
)
8