X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=Makefile.am;h=ff354268622e18db7251acd1e4ddcdc0fb85c185;hb=975da18519fd07539ca94622a7070274a054198d;hp=01d913c2467001939dd0d85371245970f5bd7b14;hpb=794d4fb9628dc3013b94b8c6fa80c02cc664fac9;p=8sync.git diff --git a/Makefile.am b/Makefile.am index 01d913c..ff35426 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,17 +41,21 @@ 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 = \ - eightsync/agenda.scm \ - eightsync/repl.scm \ - eightsync/systems/irc.scm - + 8sync.scm \ + 8sync/agenda.scm \ + 8sync/repl.scm \ + 8sync/systems/irc.scm \ + 8sync/systems/web.scm \ + 8sync/actors.scm \ + 8sync/debug.scm TESTS = \ - tests/test-agenda.scm + tests/test-agenda.scm \ + tests/test-actors.scm TEST_EXTENSIONS = .scm @@ -68,8 +72,16 @@ EXTRA_DIST = \ $(SOURCES) \ $(TESTS) \ $(NOCOMP_SOURCES) \ + COPYING-gplv3.txt \ pre-inst-env.in \ - tests/utils.scm + bootstrap.sh \ + guix.scm \ + tests/utils.scm \ + demos/run-demo.sh \ + demos/ircbot.scm \ + demos/actors/botherbotherbother.scm \ + demos/actors/simplest-possible.scm \ + demos/actors/robotscanner.scm ## Make changelog on demand