X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=Makefile.am;h=c1d92a360dc463e67dd1097001f148753d1df685;hp=f6c01317ac9ae88c1be90aecd1a6b51d6cd13a24;hb=b3b380c6ce47f29f22f1fd0a8581aa2895b5545e;hpb=9bb036f18457a6c2d24343e21e6950f9df5043e7 diff --git a/Makefile.am b/Makefile.am index f6c0131..c1d92a3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,11 +47,13 @@ godir=$(libdir)/guile/2.0/ccache SOURCES = \ 8sync/agenda.scm \ 8sync/repl.scm \ - 8sync/systems/irc.scm + 8sync/systems/irc.scm \ + 8sync/systems/web.scm TESTS = \ - tests/test-agenda.scm + tests/test-agenda.scm \ + tests/test-actors.scm TEST_EXTENSIONS = .scm @@ -68,8 +70,12 @@ 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/hello-web.scm ## Make changelog on demand