diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index c1d92a3..e419f47 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,8 +48,8 @@ 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 \ |