X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=Makefile.am;h=926d7552f88716fe40e36920a570387406592629;hp=c93361f81101783f75c77df6c53c2d3afb3aa787;hb=17e72389d61d35970bf0de07121b7aa26e11221a;hpb=4998e7a9fe3b303923d918cd6087633d5302274f diff --git a/Makefile.am b/Makefile.am index c93361f..926d755 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,17 +45,27 @@ 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/agenda.scm \ + 8sync/repl.scm \ + 8sync/actors.scm \ + 8sync/debug.scm \ + 8sync/ports.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