X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=Makefile.am;h=6dd06e651a784252e55b8c20957ad684239eb2a0;hp=5b4705bcd471d1a95ec96e553929329e92d1d66d;hb=a44ffcb94a5321af80ab9a70ea10fa3ed0ecd597;hpb=97bffc6c3cb1c45e6fb10b5a95d7472c34d907be diff --git a/Makefile.am b/Makefile.am index 5b4705b..6dd06e6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,13 +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/irc.scm \ + 8sync/actors.scm \ + 8sync/debug.scm TESTS = \ - tests/test-agenda.scm + tests/test-agenda.scm \ + tests/test-actors.scm TEST_EXTENSIONS = .scm @@ -68,10 +71,16 @@ EXTRA_DIST = \ $(SOURCES) \ $(TESTS) \ $(NOCOMP_SOURCES) \ + COPYING-gplv3.txt \ pre-inst-env.in \ + bootstrap.sh \ + guix.scm \ tests/utils.scm \ demos/run-demo.sh \ - demos/ircbot.scm + demos/ircbot.scm \ + demos/actors/botherbotherbother.scm \ + demos/actors/simplest-possible.scm \ + demos/actors/robotscanner.scm ## Make changelog on demand