mirror of
https://github.com/samba-team/samba.git
synced 2025-02-21 01:59:07 +03:00
10 lines
138 B
Python
10 lines
138 B
Python
#!/usr/bin/env python
|
|
|
|
|
|
bld.SAMBA_SUBSYSTEM('LIBASYNC_REQ',
|
|
source='async_sock.c',
|
|
public_deps='talloc tevent',
|
|
deps='UTIL_TEVENT'
|
|
)
|
|
|