ctdb-ipalloc: Document the steps involved in a takeover run
[obnox/samba/samba-obnox.git] / lib / async_req / wscript_build
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 )