X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=Makefile.am;h=926d7552f88716fe40e36920a570387406592629;hp=d0dd1a41251723a4c4c50af5c7af746c6bbcf790;hb=41b32934e39cb7b778e12bf8c61630acc38d2a72;hpb=f0c6e9e653ca414cf881296cc9511cd7d404c797 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