summaryrefslogtreecommitdiff
path: root/lib/tevent/libtevent.m4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-01-03 11:18:14 +0100
committerStefan Metzmacher <metze@samba.org>2009-01-03 19:58:50 +0100
commite928d863e2bb654d16ac9094e3406ef6a207c023 (patch)
tree183aacf6343cfa7293ce0d51dadd83ddd74207bc /lib/tevent/libtevent.m4
parent1a26b67ee395ab49eb57a3773ec889f4ebbccb08 (diff)
downloadsamba-e928d863e2bb654d16ac9094e3406ef6a207c023.tar.gz
samba-e928d863e2bb654d16ac9094e3406ef6a207c023.tar.bz2
samba-e928d863e2bb654d16ac9094e3406ef6a207c023.zip
tevent: move some common tevent_fd related functions into tevent_fd.c
metze
Diffstat (limited to 'lib/tevent/libtevent.m4')
-rw-r--r--lib/tevent/libtevent.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/tevent/libtevent.m4 b/lib/tevent/libtevent.m4
index 24cdd8c27f..19892823ae 100644
--- a/lib/tevent/libtevent.m4
+++ b/lib/tevent/libtevent.m4
@@ -15,7 +15,8 @@ if test x"$teventdir" = "x"; then
fi
fi
-TEVENT_OBJ="tevent.o tevent_select.o tevent_signal.o tevent_timed.o tevent_standard.o tevent_debug.o tevent_util.o"
+TEVENT_OBJ="tevent.o tevent_fd.o tevent_timed.o tevent_signal.o tevent_debug.o tevent_util.o"
+TEVENT_OBJ="$TEVENT_OBJ tevent_standard.o tevent_select.o"
AC_LIBREPLACE_NETWORK_CHECKS
SMB_ENABLE(TEVENT_EPOLL, NO)