X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=Makefile.am;h=19f8da75946df3b7d9dcdc967df5755488efd8e2;hp=f6c01317ac9ae88c1be90aecd1a6b51d6cd13a24;hb=c769bb3b2c949c304eb4395d3f24eebea6106c1a;hpb=9bb036f18457a6c2d24343e21e6950f9df5043e7 diff --git a/Makefile.am b/Makefile.am index f6c0131..19f8da7 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,8 +71,14 @@ EXTRA_DIST = \ $(SOURCES) \ $(TESTS) \ $(NOCOMP_SOURCES) \ + COPYING-gplv3.txt \ pre-inst-env.in \ - tests/utils.scm + tests/utils.scm \ + demos/run-demo.sh \ + demos/ircbot.scm \ + demos/actors/botherbotherbother.scm \ + demos/actors/simplest-possible.scm \ + demos/actors/robotscanner.scm ## Make changelog on demand