build: Add actors.scm to SOURCES
[8sync.git] / Makefile.am
index 550b1a45147aa50fd646e6a509bf65240432d104..e419f4780520b19b62bd8378b34eaa551dc720c0 100644 (file)
@@ -48,11 +48,12 @@ SOURCES =  \
        8sync/agenda.scm \
        8sync/repl.scm \
        8sync/systems/irc.scm \
-       8sync/systems/web.scm
-
+       8sync/systems/web.scm \
+       8sync/systems/actors.scm
 
 TESTS =                                                        \
-       tests/test-agenda.scm
+       tests/test-agenda.scm                           \
+       tests/test-actors.scm
 
 TEST_EXTENSIONS = .scm