X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=Makefile.am;h=926d7552f88716fe40e36920a570387406592629;hp=d0dd1a41251723a4c4c50af5c7af746c6bbcf790;hb=027301aa7ab7f270c026a004436ae63506e30592;hpb=c7a6683e7ba2377909f37bc6dc11d49f43369191 diff --git a/Makefile.am b/Makefile.am index d0dd1a4..926d755 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,6 +51,7 @@ SOURCES = \ 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 \ @@ -63,7 +64,8 @@ SOURCES = \ TESTS = \ tests/test-agenda.scm \ - tests/test-actors.scm + tests/test-actors.scm \ + tests/test-rmeta-slot.scm TEST_EXTENSIONS = .scm