summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-05-24 00:46:28 -0400
committerwenji <wjhuang@dhcp-beijing-cdc-10-182-120-233.cn.oracle.com>2008-05-25 21:33:35 -0400
commit818e6b9252f07b27fd025dd6853428ca1920da44 (patch)
tree3bd0b5a90c384a4e8ea4e87fa5561d8ed1a140f3
parent50d0c99297294ab8fb593eb1c121495c5d7f01ad (diff)
downloadsystemtap-steved-818e6b9252f07b27fd025dd6853428ca1920da44.tar.gz
systemtap-steved-818e6b9252f07b27fd025dd6853428ca1920da44.tar.xz
systemtap-steved-818e6b9252f07b27fd025dd6853428ca1920da44.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 \