diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-11-12 15:22:16 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-11-12 15:23:23 -0500 |
commit | af478feff358b8cb72db5f3a5fddc8796eb70817 (patch) | |
tree | 1b2a6760a5d42a2258dd6e6fd7ba5f76e41a682b | |
parent | 28ac76a7e23694462f73e2b7e9e92f21d09902e0 (diff) |
build: Fix where compiled Guile modules get installed.
* Makefile.am (godir): Set to the same as moddir.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a4d6ec5..9d24e02 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,7 +18,7 @@ include guile.am moddir=$(prefix)/share/guile/site/2.0 -godir=$(libdir)/guile/2.0/ccache +godir=$(prefix)/share/guile/site/2.0 SOURCES = \ sly/utils.scm \ |