mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
33bb334e80
metze
9 lines
117 B
Python
9 lines
117 B
Python
#!/usr/bin/env python
|
|
|
|
|
|
bld.SAMBA_SUBSYSTEM('LIBASYNC_REQ',
|
|
source='async_sock.c',
|
|
public_deps='talloc tevent'
|
|
)
|
|
|