summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-05-24 00:46:28 -0400
committerFrank Ch. Eigler <fche@elastic.org>2008-05-24 00:46:28 -0400
commit62d1ce855d0d35316d30e303df828c1f3636ae0b (patch)
tree6098ba206bfb4aa2172e6a1f48c498d81adffc3f
parentf98f7c0151e19f6f3689c5e4001f3fae37efb293 (diff)
downloadsystemtap-steved-62d1ce855d0d35316d30e303df828c1f3636ae0b.tar.gz
systemtap-steved-62d1ce855d0d35316d30e303df828c1f3636ae0b.tar.xz
systemtap-steved-62d1ce855d0d35316d30e303df828c1f3636ae0b.zip
PR6550: also EXTRA_DIST the little "execrc" helper script file
-rw-r--r--testsuite/Makefile.am2
-rw-r--r--testsuite/Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am
index aedfe447..96f33200 100644
--- a/testsuite/Makefile.am
+++ b/testsuite/Makefile.am
@@ -24,7 +24,7 @@ installcheck: clean site.exp
SRCDIR = $(shell cd $(srcdir); pwd)
-EXTRA_DIST = config lib systemtap \
+EXTRA_DIST = execrc config lib systemtap \
parseok parseko semok semko transok transko buildok buildok \
systemtap.syscall systemtap.stress systemtap.string \
systemtap.pass1-4 systemtap.samples systemtap.printf \
diff --git a/testsuite/Makefile.in b/testsuite/Makefile.in
index 2858d2bb..08c471fa 100644
--- a/testsuite/Makefile.in
+++ b/testsuite/Makefile.in
@@ -135,7 +135,7 @@ top_srcdir = @top_srcdir@
AUTOMAKE_OPTIONS = dejagnu
DEJAZILLA = @dejazilla@
SRCDIR = $(shell cd $(srcdir); pwd)
-EXTRA_DIST = config lib systemtap \
+EXTRA_DIST = execrc config lib systemtap \
parseok parseko semok semko transok transko buildok buildok \
systemtap.syscall systemtap.stress systemtap.string \
systemtap.pass1-4 systemtap.samples systemtap.printf \