1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00
samba-mirror/source4/lib/events/wscript_build

10 lines
228 B
Plaintext
Raw Normal View History

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