1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-25 06:04:04 +03:00
samba-mirror/lib/async_req/wscript_build
2011-02-14 13:38:53 +01:00

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'
)