* Makefile.am (srfi_DATA): Added srfi-9.scm.
[bpt/guile.git] / Makefile.am
index c567feb..8b3a17f 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in.
 ##
-##     Copyright (C) 1998 Free Software Foundation, Inc.
+##     Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
 ##
 ##   This file is part of GUILE.
 ##   
 ##   to the Free Software Foundation, Inc., 59 Temple Place, Suite
 ##   330, Boston, MA 02111-1307 USA
 
-SUBDIRS = ice-9 qt libguile guile-config guile-readline doc
+SUBDIRS = ice-9 oop qt libltdl libguile guile-config guile-readline srfi doc
 
-## FIXME: in the future there will be direct automake support for
-## doing this.  When that happens, switch over.
-aclocaldir = $(datadir)/aclocal
-aclocal_DATA = guile.m4 qthreads.m4
+include_HEADERS = libguile.h
 
-EXTRA_DIST = $(aclocal_DATA) ltconfig ltmain.sh acconfig.h \
-       HACKING GUILE-VERSION ANON-CVS SNAPSHOTS
+EXTRA_DIST = qthreads.m4 HACKING GUILE-VERSION ANON-CVS SNAPSHOTS
+
+TESTS = check-guile
+
+# The rule will cd to $(top_srcdir).
+ACLOCAL = ./guile-aclocal.sh