diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-05-24 00:46:28 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-05-24 00:46:28 -0400 |
commit | 62d1ce855d0d35316d30e303df828c1f3636ae0b (patch) | |
tree | 6098ba206bfb4aa2172e6a1f48c498d81adffc3f | |
parent | f98f7c0151e19f6f3689c5e4001f3fae37efb293 (diff) | |
download | systemtap-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.am | 2 | ||||
-rw-r--r-- | testsuite/Makefile.in | 2 |
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 \ |