summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1998-10-03 19:00:10 +0000
committerJim Blandy <jimb@red-bean.com>1998-10-03 19:00:10 +0000
commitbcc695e361bb4a475635fa183e11366bb4d063fa (patch)
tree9f4288c64de137122db4beaa17b938e941181f41 /Makefile.am
parent29cd26efb61d89b1ea1695522f5fd9b52c307dd5 (diff)
downloadguile-bcc695e361bb4a475635fa183e11366bb4d063fa.tar.gz
* guile-config: Renamed from `build'.
* Makefile.am (SUBDIRS): Mention `guile-config', not `build'. * configure.in: Create `guile-config/Makefile.in', not `build/Makefile.in'. Doc fix, too. * qthreads.m4: Doc fix. * Makefile.in, aclocal.m4, configure: Regeneranegerederadea.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 1afdb9133..fb5a1b465 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in.
-SUBDIRS = ice-9 qt libguile build
+SUBDIRS = ice-9 qt libguile guile-config
## FIXME: in the future there will be direct automake support for
## doing this. When that happens, switch over.