repo.or.cz
/
samba4-gss.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
smbd: Ignore twrp in chdir_below_conn()
[samba4-gss.git]
/
lib
/
async_req
/
wscript_build
blob
4486a5b2f06e1d238a2c0505f87609102d0b4878
1
#!/usr/bin/env python
2
3
4
bld
.
SAMBA_SUBSYSTEM
(
'LIBASYNC_REQ'
,
5
source
=
'async_sock.c'
,
6
public_deps
=
'talloc tevent iov_buf'
,
7
deps
=
'tevent-util socket-blocking'
8
)
9
10
bld
.
SAMBA_BINARY
(
'async_connect_send_test'
,
11
source
=
'async_connect_send_test.c'
,
12
deps
=
'LIBASYNC_REQ'
,
13
for_selftest
=
True
14
)