mirror of
https://github.com/samba-team/samba.git
synced 2025-01-06 13:18:07 +03:00
475cfb8dee
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
10 lines
162 B
Python
10 lines
162 B
Python
#!/usr/bin/env python
|
|
|
|
|
|
bld.SAMBA_SUBSYSTEM('LIBASYNC_REQ',
|
|
source='async_sock.c',
|
|
public_deps='talloc tevent iov_buf',
|
|
deps='tevent-util socket-blocking'
|
|
)
|
|
|