diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2018-07-10 12:16:24 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2018-07-10 12:16:24 -0400 |
commit | aea52c73a8b1659e31314d84c5f5beb650fc5ec0 (patch) | |
tree | 77e2e0e1f2489f37ae8b90bb014385050234b556 /Makefile.am | |
parent | 3b814d7eb0b60c691803aa8681bcbd222acac36d (diff) |
Makefile: Fix compiled guile module installation location.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 1d504f5..a568816 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,7 +38,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 SOURCES = \ sdl2.scm \ |