X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=Makefile.am;h=8e03fb0ca23441d5d82a142013b4f34bef3ebbc5;hp=51849a32768b47c41279b60b883a37551f4f98cf;hb=ebba397da2547254ebc47f4c65773c9a46026356;hpb=861b20d88bb90bf65c7273072face56ecf8094f5 diff --git a/Makefile.am b/Makefile.am index 51849a3..8e03fb0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,15 +41,16 @@ 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/systems/actors.scm + 8sync/actors.scm \ + 8sync/debug.scm TESTS = \ tests/test-agenda.scm \ @@ -72,10 +73,11 @@ EXTRA_DIST = \ $(NOCOMP_SOURCES) \ COPYING-gplv3.txt \ pre-inst-env.in \ + bootstrap.sh \ + guix.scm \ tests/utils.scm \ demos/run-demo.sh \ demos/ircbot.scm \ - demos/hello-web.scm \ demos/actors/botherbotherbother.scm \ demos/actors/simplest-possible.scm \ demos/actors/robotscanner.scm