From cafc728dbbca9f1ba5c6feae61f9e2e65e62f089 Mon Sep 17 00:00:00 2001 From: Dane Johnson Date: Tue, 19 May 2026 11:58:28 -0500 Subject: [PATCH] Add src path to guild call to allow modules to depend on each other --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 7d99c11..6459127 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,7 @@ nobase_dist_mod_DATA = $(SOURCES) nobase_go_DATA = $(GOBJECTS) %.go: %.scm - $(GUILD) compile $^ -o $@ + $(GUILD) compile -L $(top_srcdir) $^ -o $@ test: test.scm $(GUILE) -L $(top_srcdir) -s $^