X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=Makefile.am;h=fd2f191bc9ec0e963aa036301d4b76c2c227b3ff;hb=e94593c666b97ff7885d35e1fafe35ba5643f082;hp=d0dd1a41251723a4c4c50af5c7af746c6bbcf790;hpb=c7a6683e7ba2377909f37bc6dc11d49f43369191;p=8sync.git diff --git a/Makefile.am b/Makefile.am index d0dd1a4..fd2f191 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,8 +41,8 @@ SUFFIXES = .scm .go .scm.go: $(AM_V_GEN)$(top_builddir)/pre-inst-env $(GUILE_TOOLS) compile $(GUILE_WARNINGS) -o "$@" "$<" -moddir=$(prefix)/share/guile/site/2.2 -godir=$(libdir)/guile/2.2/ccache +moddir=$(guilemoduledir) +godir=$(guileobjectdir) SOURCES = \ 8sync.scm \ @@ -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