From 4f97edc596ddf0fb50248e320c3f0f9bb4763a10 Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Mon, 12 Nov 2007 02:43:34 +0000 Subject: [PATCH] stick autogen.sh into EXTRA_DIST svn:r514 --- 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 \