X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=Makefile.am;h=c93361f81101783f75c77df6c53c2d3afb3aa787;hp=6dd06e651a784252e55b8c20957ad684239eb2a0;hb=4998e7a9fe3b303923d918cd6087633d5302274f;hpb=a44ffcb94a5321af80ab9a70ea10fa3ed0ecd597 diff --git a/Makefile.am b/Makefile.am index 6dd06e6..c93361f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -## Copyright (C) 2015 Christopher Allan Webber +## Copyright © 2015, 2016, 2017 Christopher Allan Webber ## parts of this automake recipe borrowed from: @@ -41,14 +41,15 @@ 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 \ 8sync/agenda.scm \ 8sync/repl.scm \ 8sync/systems/irc.scm \ + 8sync/systems/web.scm \ 8sync/actors.scm \ 8sync/debug.scm