1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/lib/async_req/wscript_build
2010-04-12 09:13:43 +02:00

9 lines
117 B
Python

#!/usr/bin/env python
bld.SAMBA_SUBSYSTEM('LIBASYNC_REQ',
source='async_sock.c',
public_deps='talloc tevent'
)