dnl   This file is included by configure.in.  It is used to specify which
dnl   libraries should be visited by the makefiles.
dnl   By changing this file for a Mindy release, we can easily control
dnl   which libraries we ship with Mindy.

BUNDLED_LIBRARY_DIRS="dylan streams print format random coll-ext string-ext"

define(BUNDLED_LIBRARY_MAKEFILES,
	libraries/dylan/Makefile \
	libraries/streams/Makefile \
	libraries/print/Makefile \
	libraries/format/Makefile \
	libraries/random/Makefile \
	libraries/coll-ext/Makefile \
	libraries/string-ext/Makefile)
