raghavgururajan pushed a commit to branch wip-gnome
in repository guix.

commit 0f853ab7731da4784a24cad7b08d6b9b633f5787
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Tue Aug 17 19:43:17 2021 -0400

    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 <[email protected]>
---
 Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index 327d3f9..3c79760 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

Reply via email to