summaryrefslogtreecommitdiff
path: root/lib/tevent/libtevent.m4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-02-13 15:37:35 +0100
committerStefan Metzmacher <metze@samba.org>2009-02-13 18:37:01 +0100
commit113651c517209c5424303331238a2f6913094775 (patch)
tree2c84a7bd5d99b2c0375601b9647898f9296eca11 /lib/tevent/libtevent.m4
parentf337974ed55ff0217dfb59243574fcdd01e87ffc (diff)
downloadsamba-113651c517209c5424303331238a2f6913094775.tar.gz
samba-113651c517209c5424303331238a2f6913094775.tar.bz2
samba-113651c517209c5424303331238a2f6913094775.zip
lib/tevent: add tevent_req infrastructure
This is almost a copy of the async_req code, which will be removed later. metze
Diffstat (limited to 'lib/tevent/libtevent.m4')
-rw-r--r--lib/tevent/libtevent.m42
1 files changed, 1 insertions, 1 deletions
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)