X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=Makefile.am;h=83ab6b002ca25f1de2c57ff3af2a5ab904698f69;hp=e419f4780520b19b62bd8378b34eaa551dc720c0;hb=4deb5433574cfdf8f2b2bf22460c8b74ba426bed;hpb=c056efc6505febd2dddd72f4aadeee013f4875c3 diff --git a/Makefile.am b/Makefile.am index e419f47..83ab6b0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,8 +48,8 @@ SOURCES = \ 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 \ @@ -75,7 +75,9 @@ EXTRA_DIST = \ 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