summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNiels Provos <provos@gmail.com>2004-12-05 22:16:35 +0000
committerNiels Provos <provos@gmail.com>2004-12-05 22:16:35 +0000
commitd9cf6fe2f16eae6d97251b905473aea4e57ed0c6 (patch)
tree1377f8602287548febf0945a49fa86545549571d /Makefile.am
parentcacd83983f20af59b9a137886131a63f834a06e9 (diff)
downloadlibevent-d9cf6fe2f16eae6d97251b905473aea4e57ed0c6.tar.gz
version 1.0
svn:r127
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 0acca622..bd8af0fb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,8 +2,9 @@ AUTOMAKE_OPTIONS = foreign no-dependencies
SUBDIRS = . sample test
-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 devpoll.c \
+EXTRA_DIST = acconfig.h err.c event.h event-internal.h evsignal.h event.3 \
+ kqueue.c epoll_sub.c epoll.c select.c rtsig.c poll.c signal.c \
+ devpoll.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 \