From d780375fc486b189c64c13e5cf6bd5e0559bde61 Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Sat, 25 Oct 2003 21:49:44 +0000 Subject: [PATCH] fix source files svn:r89 --- Makefile.am | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index ab7a2671..f7696e0e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,15 +1,17 @@ AUTOMAKE_OPTIONS = foreign no-dependencies -CFLAGS = -Wall -Werror @CFLAGS@ +CFLAGS = -Wall @CFLAGS@ SUBDIRS = . sample test -EXTRA_DIST = acconfig.h err.c event.h evsignal.h event.3 \ +EXTRA_DIST = acconfig.h err.c event.h evsignal.h event.3 kqueue.c \ + epoll_sub.c epoll.c select.c rtsig.c poll.c signal.c \ sample/Makefile.am sample/Makefile.in sample/event-test.c \ sample/signal-test.c sample/time-test.c \ test/Makefile.am test/Makefile.in test/bench.c test/regress.c \ test/test-eof.c test/test-weof.c test/test-time.c \ + test/test-init.c test/test.sh \ compat/err.h compat/sys/queue.h compat/sys/tree.h compat/sys/_time.h \ - WIN32-Code WIN32-Code/config.h WIN32-Code/win32.c~ WIN32-Code/misc.c \ + WIN32-Code WIN32-Code/config.h WIN32-Code/misc.c \ WIN32-Code/win32.c WIN32-Code/misc.h \ WIN32-Prj WIN32-Prj/event_test WIN32-Prj/event_test/event_test.dsp \ WIN32-Prj/event_test/test.txt WIN32-Prj/libevent.dsp \