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
ctdb-daemon: Add accessors for CTDB_DB_FLAGS_REPLICATED flag
[Samba.git]
/
lib
/
async_req
/
wscript_build
blob
bf79fdd24d164ebf7164e240d20ce1b803102a6b
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
install
=
False
14
)