From 0f853ab7731da4784a24cad7b08d6b9b633f5787 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Tue, 17 Aug 2021 19:43:17 -0400 Subject: build: Distribute tests/go.scm even when the host lacks guile-lib. This is a follow-up commit to 38d337a5b749713b34568ee55ad747522f26ef94. * Makefile.am (EXTRA_DIST)[!HAVE_GUILE_LIB]: Add tests/go.scm. Reported-by: Chris Marusich --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 327d3f9961..3c79760734 100644 --- a/Makefile.am +++ b/Makefile.am @@ -517,6 +517,8 @@ SCM_TESTS = \ if HAVE_GUILE_LIB SCM_TESTS += tests/go.scm +else +EXTRA_DIST += tests/go.scm endif if BUILD_DAEMON_OFFLOAD -- cgit v1.2.3