From 812933d29e57b2482781152933a963a1650fd548 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 17 Sep 2019 12:42:39 +0530 Subject: Install go files in libdir. Guile looks for compiled go files in libdir. So, put them there. * Makefile.am (godir): Set to libdir, instead of moddir. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 213073e..a7a843f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,7 +39,7 @@ SUFFIXES = .scm .go $(AM_V_GEN)$(top_builddir)/pre-inst-env $(GUILE_TOOLS) compile $(GUILE_WARNINGS) -o "$@" "$<" moddir = $(prefix)/share/guile/site/$(GUILE_EFFECTIVE_VERSION) -godir = $(moddir) +godir = $(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/site-ccache SOURCES = \ email/base64.scm \ -- cgit v1.2.3