X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=Makefile.am;h=19f8da75946df3b7d9dcdc967df5755488efd8e2;hp=550b1a45147aa50fd646e6a509bf65240432d104;hb=cc21b6de963deb90a0b167a456378d4cc355e89c;hpb=9f9dd8c1529e0a25440dc34c13f51451a241fb28 diff --git a/Makefile.am b/Makefile.am index 550b1a4..19f8da7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,14 +45,16 @@ 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/actors.scm \ + 8sync/debug.scm TESTS = \ - tests/test-agenda.scm + tests/test-agenda.scm \ + tests/test-actors.scm TEST_EXTENSIONS = .scm @@ -74,7 +76,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