1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source4/lib/events/wscript_build
2010-10-26 10:17:17 -07:00

10 lines
228 B
Python

#!/usr/bin/env python
bld.SAMBA_LIBRARY('events',
source='tevent_s4.c',
deps='samba-util',
public_deps='tevent',
private_library=True
)