X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=Makefile.am;h=552b62b22a494556c3e7c89fdf4fddcb8d11d26b;hp=e419f4780520b19b62bd8378b34eaa551dc720c0;hb=ea14f5dc75cebaaf9cc21d96a6575b3738c43354;hpb=c056efc6505febd2dddd72f4aadeee013f4875c3 diff --git a/Makefile.am b/Makefile.am index e419f47..552b62b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -49,7 +49,8 @@ SOURCES = \ 8sync/repl.scm \ 8sync/systems/irc.scm \ 8sync/systems/web.scm \ - 8sync/systems/actors.scm + 8sync/systems/actors.scm \ + 8sync/systems/actors/debug.scm TESTS = \ tests/test-agenda.scm \ @@ -75,7 +76,10 @@ EXTRA_DIST = \ tests/utils.scm \ demos/run-demo.sh \ demos/ircbot.scm \ - demos/hello-web.scm + demos/hello-web.scm \ + demos/actors/botherbotherbother.scm \ + demos/actors/simplest-possible.scm \ + demos/actors/robotscanner.scm ## Make changelog on demand