X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=e8461dbf0b43365829f4d4dcecc13fce8826bb45;hb=1b6b5058ca34ee4cf122dff953396b38e59912a0;hp=51849a32768b47c41279b60b883a37551f4f98cf;hpb=861b20d88bb90bf65c7273072face56ecf8094f5;p=8sync.git diff --git a/Makefile.am b/Makefile.am index 51849a3..e8461db 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,11 +45,12 @@ 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/systems/actors.scm + 8sync/actors.scm \ + 8sync/debug.scm TESTS = \ tests/test-agenda.scm \ @@ -72,10 +73,10 @@ EXTRA_DIST = \ $(NOCOMP_SOURCES) \ COPYING-gplv3.txt \ pre-inst-env.in \ + bootstrap.sh \ 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