From 55c4eef72050207bdd3f43aa8bc910bb5a7e97a6 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 10 Feb 2016 19:40:33 -0500 Subject: Install modules to correct directory based on Guile version. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d273093..5428b13 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,8 +37,8 @@ SUFFIXES = .scm .go .scm.go: $(AM_V_GEN)$(top_builddir)/pre-inst-env $(GUILE_TOOLS) compile $(GUILE_WARNINGS) -o "$@" "$<" -moddir=$(prefix)/share/guile/site/2.0 -godir=$(libdir)/guile/2.0/ccache +moddir=$(prefix)/share/guile/site/$(GUILE_EFFECTIVE_VERSION) +godir=$(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/ccache SOURCES = \ sdl2.scm \ -- cgit v1.2.3