From 62d1ce855d0d35316d30e303df828c1f3636ae0b Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Sat, 24 May 2008 00:46:28 -0400 Subject: PR6550: also EXTRA_DIST the little "execrc" helper script file --- testsuite/Makefile.am | 2 +- 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 \ -- cgit