X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=Makefile.am;h=83ab6b002ca25f1de2c57ff3af2a5ab904698f69;hp=e1132ea0e5b8eb157f494b6d0f0b3228e819a674;hb=4deb5433574cfdf8f2b2bf22460c8b74ba426bed;hpb=c4732ac1753554c61613b906166efe6ace38200a diff --git a/Makefile.am b/Makefile.am index e1132ea..83ab6b0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,11 +48,12 @@ SOURCES = \ 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 @@ -69,11 +70,14 @@ 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/actors/botherbotherbother.scm \ + demos/actors/simplest-possible.scm \ + demos/actors/robotscanner.scm ## Make changelog on demand