summaryrefslogtreecommitdiff
path: root/lib/async_req/wscript_build
blob: fbf712d57f2430d82c4a904a7f434304229a9606 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env python


bld.SAMBA_SUBSYSTEM('LIBASYNC_REQ',
	source='async_sock.c',
	public_deps='talloc tevent iov_buf',
	deps='tevent-util samba-util socket-blocking'
	)

bld.SAMBA_BINARY('async_connect_send_test',
                 source='async_connect_send_test.c',
                 deps='LIBASYNC_REQ',
                 for_selftest=True
)