X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=Makefile.am;h=ea4061ac33624414ddc24fd317f23ee04622d317;hp=926d7552f88716fe40e36920a570387406592629;hb=refs%2Fheads%2Fmaster;hpb=41b32934e39cb7b778e12bf8c61630acc38d2a72 diff --git a/Makefile.am b/Makefile.am index 926d755..ea4061a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,10 +39,10 @@ $(guile_install_go_files): install-nobase_modDATA GUILE_WARNINGS = -Wunbound-variable -Warity-mismatch -Wformat SUFFIXES = .scm .go .scm.go: - $(AM_V_GEN)$(top_builddir)/pre-inst-env $(GUILE_TOOLS) compile $(GUILE_WARNINGS) -o "$@" "$<" + $(AM_V_GEN)$(top_builddir)/pre-inst-env $(GUILE_TOOLS) compile --target="$(host)" $(GUILE_WARNINGS) -o "$@" "$<" -moddir=$(prefix)/share/guile/site/2.2 -godir=$(libdir)/guile/2.2/ccache +moddir=$(guilemoduledir) +godir=$(guileobjectdir) SOURCES = \ 8sync.scm \