summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeoff Levand <geoff@infradead.org>2012-03-29 20:47:51 -0700
committerGeoff Levand <geoff@infradead.org>2012-03-29 20:47:51 -0700
commit45e253470f2cd7c6dfc38e7f533c62c454039873 (patch)
treea23104fbadd86230c52f3dd6e75365522234d03e
parent59e81c46a962da51e51474e9b36258ff0e04ae42 (diff)
downloadtalos-petitboot-45e253470f2cd7c6dfc38e7f533c62c454039873.tar.gz
talos-petitboot-45e253470f2cd7c6dfc38e7f533c62c454039873.zip
Add missing EXTRA_DIST files
-rw-r--r--Makefile.am2
-rw-r--r--test/Makefile.am2
-rw-r--r--test/parser/Makefile.am2
3 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index feff84b..6be121c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,7 +24,7 @@ LIBTOOL_DEPS = @LIBTOOL_DEPS@
libtool: $(LIBTOOL_DEPS)
$(SHELL) ./config.status libtool
-EXTRA_DIST = bootstrap configure.ac.in
+EXTRA_DIST = bootstrap configure.ac.in $(srcdir)/m4
MAINTAINERCLEANFILES = aclocal.m4 config.* configure configure.ac depcomp \
install-sh ltmain.sh Makefile.in missing $(PACKAGE)-*.gz
diff --git a/test/Makefile.am b/test/Makefile.am
index 731b8d7..3798a87 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -16,4 +16,6 @@ SUBDIRS = parser
noinst_SCRIPTS = hotplug-device.sh
+EXTRA_DIST = $(noinst_SCRIPTS)
+
MAINTAINERCLEANFILES = Makefile.in
diff --git a/test/parser/Makefile.am b/test/parser/Makefile.am
index b9f9384..d90c368 100644
--- a/test/parser/Makefile.am
+++ b/test/parser/Makefile.am
@@ -75,7 +75,7 @@ run-parser-tests: Makefile $(srcdir)/run-parser-tests.in
composed_files = $(composed_noinst_scripts)
-EXTRA_DIST = $(addsuffix .in, $(composed_files))
+EXTRA_DIST = $(addsuffix .in, $(composed_files)) $(noinst_DATA)
MAINTAINERCLEANFILES = Makefile.in
OpenPOWER on IntegriCloud