X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=Makefile.am;h=5b4705bcd471d1a95ec96e553929329e92d1d66d;hp=01d913c2467001939dd0d85371245970f5bd7b14;hb=34bbbef30ae633a221b0a190e06c3c82208e4a41;hpb=794d4fb9628dc3013b94b8c6fa80c02cc664fac9 diff --git a/Makefile.am b/Makefile.am index 01d913c..5b4705b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,9 +45,9 @@ 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 TESTS = \ @@ -69,7 +69,9 @@ EXTRA_DIST = \ $(TESTS) \ $(NOCOMP_SOURCES) \ pre-inst-env.in \ - tests/utils.scm + tests/utils.scm \ + demos/run-demo.sh \ + demos/ircbot.scm ## Make changelog on demand