X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=Makefile.am;h=84badcc2a4aa555ca85e0c4ba11570647f49aa9e;hb=38afa0b278e17953b64764d800beaaa6368f70be;hp=c93361f81101783f75c77df6c53c2d3afb3aa787;hpb=4998e7a9fe3b303923d918cd6087633d5302274f;p=8sync.git diff --git a/Makefile.am b/Makefile.am index c93361f..84badcc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,17 +45,26 @@ moddir=$(prefix)/share/guile/site/2.2 godir=$(libdir)/guile/2.2/ccache SOURCES = \ - 8sync.scm \ - 8sync/agenda.scm \ - 8sync/repl.scm \ - 8sync/systems/irc.scm \ - 8sync/systems/web.scm \ - 8sync/actors.scm \ - 8sync/debug.scm + 8sync.scm \ + 8sync/actors.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 \ + 8sync/systems/web.scm \ + 8sync/systems/websocket.scm \ + 8sync/systems/websocket/client.scm \ + 8sync/systems/websocket/frame.scm \ + 8sync/systems/websocket/server.scm \ + 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