guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core Makefile.am


From: Marius Vollmer
Subject: guile/guile-core Makefile.am
Date: Tue, 07 Aug 2001 11:17:27 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Marius Vollmer <address@hidden> 01/08/07 11:17:27

Modified files:
        guile-core     : Makefile.am 

Log message:
        (EXTRA_DIST, SUBDIRS): Move test-suite from EXTRA_DIST to SUBDIRS.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/Makefile.am.diff?cvsroot=OldCVS&tr1=1.28&tr2=1.29&r1=text&r2=text

Patches:
Index: guile/guile-core/Makefile.am
diff -u guile/guile-core/Makefile.am:1.28 guile/guile-core/Makefile.am:1.29
--- guile/guile-core/Makefile.am:1.28   Mon Jul 23 15:10:29 2001
+++ guile/guile-core/Makefile.am        Tue Aug  7 11:17:27 2001
@@ -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 @@
 # 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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]