actors: Reflect removal of choice of whether to cleanup in self-destruct
[8sync.git] / Makefile.am
index 926d7552f88716fe40e36920a570387406592629..84badcc2a4aa555ca85e0c4ba11570647f49aa9e 100644 (file)
@@ -46,11 +46,11 @@ 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                         \
@@ -63,7 +63,6 @@ SOURCES =  \
        8sync/systems/websocket/utils.scm
 
 TESTS =                                                        \
-       tests/test-agenda.scm                           \
        tests/test-actors.scm                           \
        tests/test-rmeta-slot.scm