X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=Makefile.am;h=552b62b22a494556c3e7c89fdf4fddcb8d11d26b;hp=01d913c2467001939dd0d85371245970f5bd7b14;hb=f8924934cac11ad55419bd4ba6c6732eefe05908;hpb=794d4fb9628dc3013b94b8c6fa80c02cc664fac9 diff --git a/Makefile.am b/Makefile.am index 01d913c..552b62b 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 = \ - eightsync/agenda.scm \ - eightsync/repl.scm \ - eightsync/systems/irc.scm - + 8sync/agenda.scm \ + 8sync/repl.scm \ + 8sync/systems/irc.scm \ + 8sync/systems/web.scm \ + 8sync/systems/actors.scm \ + 8sync/systems/actors/debug.scm TESTS = \ - tests/test-agenda.scm + tests/test-agenda.scm \ + tests/test-actors.scm TEST_EXTENSIONS = .scm @@ -68,8 +71,15 @@ 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 \ + demos/actors/botherbotherbother.scm \ + demos/actors/simplest-possible.scm \ + demos/actors/robotscanner.scm ## Make changelog on demand