X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=Makefile.am;h=552b62b22a494556c3e7c89fdf4fddcb8d11d26b;hp=e1132ea0e5b8eb157f494b6d0f0b3228e819a674;hb=ea14f5dc75cebaaf9cc21d96a6575b3738c43354;hpb=c4732ac1753554c61613b906166efe6ace38200a diff --git a/Makefile.am b/Makefile.am index e1132ea..552b62b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,11 +48,13 @@ SOURCES = \ 8sync/agenda.scm \ 8sync/repl.scm \ 8sync/systems/irc.scm \ - 8sync/systems/web.scm - + 8sync/systems/web.scm \ + 8sync/systems/actors.scm \ + 8sync/systems/actors/debug.scm TESTS = \ - tests/test-agenda.scm + tests/test-agenda.scm \ + tests/test-actors.scm TEST_EXTENSIONS = .scm @@ -69,11 +71,15 @@ EXTRA_DIST = \ $(SOURCES) \ $(TESTS) \ $(NOCOMP_SOURCES) \ + COPYING-gplv3.txt \ pre-inst-env.in \ 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