From: Christopher Allan Webber Date: Sun, 8 Jan 2017 21:26:43 +0000 (-0600) Subject: build: Fix install targets to point to Guile 2.2 instead of 2.0. X-Git-Tag: v0.4.1~1 X-Git-Url: https://jxself.org/git/?p=8sync.git;a=commitdiff_plain;h=ebba397da2547254ebc47f4c65773c9a46026356 build: Fix install targets to point to Guile 2.2 instead of 2.0. * Makefile.am (modir, godir): Fix install targets to point to Guile 2.2 instead of 2.0. --- diff --git a/Makefile.am b/Makefile.am index 6dd06e6..8e03fb0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,8 +41,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/2.2 +godir=$(libdir)/guile/2.2/ccache SOURCES = \ 8sync.scm \