summaryrefslogtreecommitdiffstats
path: root/testsuite/Makefile.am
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 /testsuite/Makefile.am
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
Diffstat (limited to 'testsuite/Makefile.am')
-rw-r--r--testsuite/Makefile.am2
1 files changed, 1 insertions, 1 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 \