* Makefile.am (SUBDIRS): List it. * configure.in (AC_OUTPUT): Build its Makefile. * configure, Makefile.in: Regenerated.
11 lines
373 B
Makefile
11 lines
373 B
Makefile
## Process this file with automake to produce Makefile.in.
|
|
|
|
SUBDIRS = ice-9 qt libguile guile-config 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
|
|
|
|
EXTRA_DIST = $(aclocal_DATA) ltconfig ltmain.sh acconfig.h \
|
|
HACKING GUILE-VERSION
|