From cf8a9c935c972d06b265ef5e80e0318047c74ad2 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 20 Nov 2009 11:57:56 +0100 Subject: Build all the modules with Guile 2.x. * src/guile/Makefile.am (SOURCES_NOT_COMPILED): Remove. (SOURCES): Add $(engines). --- src/guile/Makefile.am | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/guile/Makefile.am') diff --git a/src/guile/Makefile.am b/src/guile/Makefile.am index 5247afb..01f20ac 100644 --- a/src/guile/Makefile.am +++ b/src/guile/Makefile.am @@ -44,11 +44,7 @@ SOURCES = \ skribilo/table.scm skribilo/utils/justify.scm \ skribilo/utils/text-table.scm -SOURCES += $(readers) $(packages) - -# XXX: Currently, engines cannot be compiled due to a VM limitation. -# See http://thread.gmane.org/gmane.lisp.guile.devel/8240 for details. -SOURCES_NOT_COMPILED = $(engines) +SOURCES += $(readers) $(packages) $(engines) readers = \ skribilo/reader/skribe.scm skribilo/reader/outline.scm \ -- cgit v1.2.3