diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-03-17 22:26:55 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-03-17 22:26:55 +0100 |
commit | c591190cf099b604f875b339c7ce052f123a4ffc (patch) | |
tree | 9acfa1ea593936ba727f5ae8ead6f86f15a158e2 | |
parent | ec88df9b333296429469bb91a249a1899acb08d6 (diff) |
Install .go files to site-ccache directory.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 2a8dbba..ca30379 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,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=$(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/ccache +godir=$(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/site-ccache GUILE_SOURCES = \ aws/base.scm \ |