summaryrefslogtreecommitdiff
path: root/source4/lib/events/wscript_build
blob: f74add6a43d5bb3a462816c6b61c9614afb69ce3 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env python


bld.SAMBA_SUBSYSTEM('LIBEVENTS',
	source='tevent_s4.c',
	public_deps='tevent'
	)