mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
32d190a020
async_connect_send() needs this, and I don't want to pull in samba-util just for this Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
10 lines
154 B
Python
10 lines
154 B
Python
#!/usr/bin/env python
|
|
|
|
|
|
bld.SAMBA_SUBSYSTEM('LIBASYNC_REQ',
|
|
source='async_sock.c',
|
|
public_deps='talloc tevent',
|
|
deps='tevent-util socket-blocking'
|
|
)
|
|
|