From 8efc3d2ea707db56a5443858af71550524eda977 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 28 May 2010 10:01:06 -0700 Subject: [PATCH] Added missing m4 files to the tarball dist. --- Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 7bbac703..c5726772 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,7 +14,12 @@ include_HEADERS = nobase_include_HEADERS = EXTRA_HEADERS = BUILT_SOURCES= -EXTRA_DIST = README.FIRST +EXTRA_DIST= \ + ${srcdir}/m4/pandora_*.m4 \ + README.FIRST \ + config/autorun.sh \ + m4/pkg.m4 + SUBDIRS = docs -- 2.30.2