X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=Makefile.am;h=bd1587a24cb8fbddbb4a3d9c867db5b7a10f2e8e;hp=4e4883bf41402c75dd071acdd8ec3ce64e6a8eaa;hb=fbb1776a35db50db19fc158381e74361d6e9b789;hpb=2425363fe06d00cebd8f9c8ec9ae0a8c61716958 diff --git a/Makefile.am b/Makefile.am index 4e4883b..bd1587a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,7 +45,9 @@ moddir=$(prefix)/share/guile/site/2.0 godir=$(libdir)/guile/2.0/ccache SOURCES = \ - 8sync/agenda.scm + eightsync/agenda.scm \ + eightsync/repl.scm \ + eightsync/systems/irc.scm TESTS = \ @@ -65,5 +67,5 @@ CLEANFILES = \ EXTRA_DIST = \ $(SOURCES) \ $(TESTS) \ - pre-inst-env.in -# tests/utils.scm + pre-inst-env.in \ + tests/utils.scm