Big refactor for 8sync on fibers in progress.
[8sync.git] / Makefile.am
index d0dd1a41251723a4c4c50af5c7af746c6bbcf790..2cbd69572ef55aa0620cbcc801ec479c9fb2d7f9 100644 (file)
@@ -46,24 +46,27 @@ godir=$(libdir)/guile/2.2/ccache
 
 SOURCES =  \
        8sync.scm                                       \
-       8sync/agenda.scm                                \
-       8sync/repl.scm                                  \
        8sync/actors.scm                                \
-       8sync/debug.scm                                 \
-       8sync/ports.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
+       8sync/inbox.scm
+#      8sync/repl.scm                                  \
+#      8sync/agenda.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