1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
samba-mirror/source3/lib/poll_funcs/wscript_build
Volker Lendecke bafdecdf1f lib: Add poll_funcs
This is an abstraction for a tevent loop. It will be used in low-level
messaging with the goal to make low-leve our low-level messaging routines
usable also for other projects which are not based on tevent.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
2014-04-23 22:33:08 +02:00

6 lines
138 B
Python

#!/usr/bin/env python
bld.SAMBA3_SUBSYSTEM('POLL_FUNCS_TEVENT',
source='poll_funcs_tevent.c',
deps='tevent')