X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=Makefile.am;h=8e03fb0ca23441d5d82a142013b4f34bef3ebbc5;hp=e8461dbf0b43365829f4d4dcecc13fce8826bb45;hb=ebba397da2547254ebc47f4c65773c9a46026356;hpb=1b6b5058ca34ee4cf122dff953396b38e59912a0 diff --git a/Makefile.am b/Makefile.am index e8461db..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 \ @@ -74,6 +74,7 @@ EXTRA_DIST = \ COPYING-gplv3.txt \ pre-inst-env.in \ bootstrap.sh \ + guix.scm \ tests/utils.scm \ demos/run-demo.sh \ demos/ircbot.scm \