From c4361fe59466e860bc9b1bd621e55623f29574cb Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Tue, 7 Aug 2001 18:17:27 +0000 Subject: [PATCH] (EXTRA_DIST, SUBDIRS): Move test-suite from EXTRA_DIST to SUBDIRS. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index a4824d826..e37a678a4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ SUBDIRS = oop qt libltdl libguile ice-9 guile-config guile-readline \ - scripts srfi doc examples + scripts srfi doc examples test-suite bin_SCRIPTS = guile-tools @@ -30,7 +30,7 @@ include_HEADERS = libguile.h # automake sometimes forgets to distribute acconfig.h, # apparently depending on the phase of the moon. EXTRA_DIST = qthreads.m4 HACKING GUILE-VERSION ANON-CVS SNAPSHOTS TODO \ - test-suite $(ACLOCAL) acconfig.h + $(ACLOCAL) acconfig.h TESTS = check-guile