From 7add3d364197ff8ec3dce91cd8110a1f3fcf231e Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Mon, 12 Nov 2007 02:44:02 +0000 Subject: [PATCH] stick autogen.sh into EXTRA_DIST svn:r515 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 70550d46..800898e1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,7 +28,7 @@ VERSION_INFO = 2:0:0 bin_SCRIPTS = event_rpcgen.py -EXTRA_DIST = event.h event-internal.h log.h evsignal.h evdns.3 \ +EXTRA_DIST = autogen.sh event.h event-internal.h log.h evsignal.h evdns.3 \ evrpc.h evrpc-internal.h min_heap.h \ event.3 \ kqueue.c epoll_sub.c epoll.c select.c poll.c signal.c \