lib: tevent: Initial checkin of threaded tevent context calling code.
[samba.git] / lib / tevent / wscript
index 9abbd9b5dd57871649eb2910806b56d99a78c8c6..b172d20dcf9733241ec62c594fedb06700a37c5f 100755 (executable)
@@ -83,7 +83,7 @@ def build(bld):
 
     SRC = '''tevent.c tevent_debug.c tevent_fd.c tevent_immediate.c
              tevent_queue.c tevent_req.c tevent_select.c
-             tevent_poll.c
+             tevent_poll.c tevent_threads.c
              tevent_signal.c tevent_standard.c tevent_timed.c tevent_util.c tevent_wakeup.c'''
 
     if bld.CONFIG_SET('HAVE_EPOLL'):