X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=Makefile.am;h=6dd06e651a784252e55b8c20957ad684239eb2a0;hp=e419f4780520b19b62bd8378b34eaa551dc720c0;hb=a44ffcb94a5321af80ab9a70ea10fa3ed0ecd597;hpb=c056efc6505febd2dddd72f4aadeee013f4875c3 diff --git a/Makefile.am b/Makefile.am index e419f47..6dd06e6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,11 +45,12 @@ moddir=$(prefix)/share/guile/site/2.0 godir=$(libdir)/guile/2.0/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,14 @@ 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 ## Make changelog on demand