summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/guile/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/guile/Makefile.am b/src/guile/Makefile.am
index 9c2c706..c853b50 100644
--- a/src/guile/Makefile.am
+++ b/src/guile/Makefile.am
@@ -77,20 +77,20 @@ SOURCES +=							\
 CLEANFILES = $(nobase_nodist_module_DATA)
 
 include $(top_srcdir)/substitute.am
-include $(top_srcdir)/guile-vm.am
+include $(top_srcdir)/guilec.am
 
 # Generated files not part of the distribution.
 nobase_nodist_module_DATA +=			\
   skribilo/config.scm				\
   skribilo/utils/images.scm
 
-if ENABLE_GUILE_VM
+if HAVE_GUILE2
 
 nobase_nodist_module_DATA +=			\
  skribilo/config.go				\
  skribilo/utils/images.go
 
-endif ENABLE_GUILE_VM
+endif HAVE_GUILE2
 
 
 BUILT_SOURCES =					\