From 59905999ce145a81e0003766d468945c2444a90e Mon Sep 17 00:00:00 2001 From: Richard Nyberg Date: Fri, 9 Jan 2009 18:26:23 +0100 Subject: Add evloop, btpd's new event loop. This will replace libevent. --- evloop/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 evloop/Makefile.am (limited to 'evloop/Makefile.am') diff --git a/evloop/Makefile.am b/evloop/Makefile.am new file mode 100644 index 0000000..9826afa --- /dev/null +++ b/evloop/Makefile.am @@ -0,0 +1,8 @@ +noinst_LIBRARIES=libevloop.a +EXTRA_libevloop_a_SOURCES=epoll.c poll.c +libevloop_a_SOURCES=\ + evloop.h\ + timeheap.c timeheap.h timer.c +CFLAGS=@CFLAGS@ -D@EVLOOP_METHOD@ -I$(top_srcdir)/misc +libevloop_a_LIBADD=@EVLOOP_IMPL@ +libevloop_a_DEPENDENCIES=@EVLOOP_IMPL@ -- cgit 1.4.1