From 113651c517209c5424303331238a2f6913094775 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 13 Feb 2009 15:37:35 +0100 Subject: lib/tevent: add tevent_req infrastructure This is almost a copy of the async_req code, which will be removed later. metze --- lib/tevent/libtevent.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tevent/libtevent.m4') diff --git a/lib/tevent/libtevent.m4 b/lib/tevent/libtevent.m4 index 02701c254c..cbfb981692 100644 --- a/lib/tevent/libtevent.m4 +++ b/lib/tevent/libtevent.m4 @@ -26,7 +26,7 @@ AC_SUBST(TEVENT_LIBS) TEVENT_CFLAGS="-I$teventdir" -TEVENT_OBJ="tevent.o tevent_fd.o tevent_timed.o tevent_signal.o tevent_debug.o tevent_util.o" +TEVENT_OBJ="tevent.o tevent_fd.o tevent_timed.o tevent_signal.o tevent_req.o tevent_debug.o tevent_util.o" TEVENT_OBJ="$TEVENT_OBJ tevent_standard.o tevent_select.o" AC_CHECK_HEADERS(sys/epoll.h) -- cgit