* Makefile.am (SUBDIRS): List libguile last, so qt gets built first. * Makefile.in: Regenerated. * aclocal.m4, configure: Regenerate, with modern definition of CY_AC_WITH_THREADS. Where did the old text come from? Creepy...
10 lines
341 B
Makefile
10 lines
341 B
Makefile
## Process this file with automake to produce Makefile.in.
|
|
|
|
SUBDIRS = ice-9 qt libguile
|
|
|
|
## 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 threads.m4
|
|
|
|
EXTRA_DIST = $(aclocal_DATA) ltconfig ltmain.sh HACKING GUILE-VERSION
|