X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=Makefile.am;h=84badcc2a4aa555ca85e0c4ba11570647f49aa9e;hb=refs%2Fheads%2Ffibers;hp=d0dd1a41251723a4c4c50af5c7af746c6bbcf790;hpb=c7a6683e7ba2377909f37bc6dc11d49f43369191;p=8sync.git diff --git a/Makefile.am b/Makefile.am index d0dd1a4..84badcc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,11 +46,12 @@ godir=$(libdir)/guile/2.2/ccache SOURCES = \ 8sync.scm \ - 8sync/agenda.scm \ - 8sync/repl.scm \ 8sync/actors.scm \ - 8sync/debug.scm \ + 8sync/daydream.scm \ + 8sync/inbox.scm \ 8sync/ports.scm \ + 8sync/repl.scm \ + 8sync/rmeta-slot.scm \ 8sync/contrib/base64.scm \ 8sync/contrib/sha-1.scm \ 8sync/systems/irc.scm \ @@ -62,8 +63,8 @@ SOURCES = \ 8sync/systems/websocket/utils.scm TESTS = \ - tests/test-agenda.scm \ - tests/test-actors.scm + tests/test-actors.scm \ + tests/test-rmeta-slot.scm TEST_EXTENSIONS = .scm