From 82649d6cef9a1951c5a58c85f05ae482d8c7e32b Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Tue, 21 Sep 2010 21:55:57 +0000 Subject: [PATCH] Add autogen.sh to EXTRA_DIST. This commit was SVN r23784. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 6787a1fd00..821b635b49 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,7 +18,7 @@ # SUBDIRS = config contrib $(MCA_PROJECT_SUBDIRS) test -EXTRA_DIST = README INSTALL VERSION Doxyfile LICENSE autogen.pl CMakeLists.txt README.WINDOWS +EXTRA_DIST = README INSTALL VERSION Doxyfile LICENSE autogen.pl autogen.sh CMakeLists.txt README.WINDOWS include examples/Makefile.include