X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=Makefile.am;h=bd1587a24cb8fbddbb4a3d9c867db5b7a10f2e8e;hp=c57bf73dfcd921063f4b6b19656ba07f98e7b6b0;hb=bab788cecd849975fc10e39b193dad304b186fe4;hpb=9b75050c50d072cc273861f5959c925eb1886ce4 diff --git a/Makefile.am b/Makefile.am index c57bf73..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 = \ - eightsync/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