X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=Makefile.am;h=bd1587a24cb8fbddbb4a3d9c867db5b7a10f2e8e;hp=0317500bd9d4b4c75c75e2d7809a80bd94cd311c;hb=bab788cecd849975fc10e39b193dad304b186fe4;hpb=8f71a1c0f6ddc9e295d929480503222c6baf9e4e diff --git a/Makefile.am b/Makefile.am index 0317500..bd1587a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,6 +46,7 @@ godir=$(libdir)/guile/2.0/ccache SOURCES = \ eightsync/agenda.scm \ + eightsync/repl.scm \ eightsync/systems/irc.scm @@ -66,5 +67,5 @@ CLEANFILES = \ EXTRA_DIST = \ $(SOURCES) \ $(TESTS) \ - pre-inst-env.in -# tests/utils.scm + pre-inst-env.in \ + tests/utils.scm