about summary refs log tree commit diff
path: root/evloop/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'evloop/Makefile.am')
-rw-r--r--evloop/Makefile.am8
1 files changed, 8 insertions, 0 deletions
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@