~ruther/guix-local

48e8333d91ea64ccbc6e694393783498f1aa5d4b — Ludovic Courtès 13 years ago 1273d44
build: Provide the right include path when building modules.

* Makefile.am (.scm.go): Add missing `-L $(top_srcdir)'.
1 files changed, 2 insertions(+), 1 deletions(-)

M Makefile.am
M Makefile.am => Makefile.am +2 -1
@@ 48,7 48,8 @@ CLEANFILES = $(GOBJECTS) *.log
	$(MKDIR_P) `dirname "$@"`
	GUILE_AUTO_COMPILE=0							\
	GUILE_LOAD_COMPILED_PATH="$(top_builddir):$$GUILE_LOAD_COMPILED_PATH"	\
	$(GUILD) compile -Wformat -Wunbound-variable -Warity-mismatch		\
	$(GUILD) compile -L "$(top_srcdir)"					\
	  -Wformat -Wunbound-variable -Warity-mismatch				\
	  -o "$@" "$<"

SUFFIXES = .go