summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am2
-rw-r--r--test/parser/Makefile.am2
2 files changed, 3 insertions, 1 deletions
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