summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index c603e4b3933..83f4dacd2de 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -635,9 +635,9 @@ SCM_TESTS = \
635 tests/workers.scm 635 tests/workers.scm
636 636
637if HAVE_GUILE_LIB 637if HAVE_GUILE_LIB
638SCM_TESTS += tests/go.scm 638SCM_TESTS += tests/import/go.scm
639else 639else
640EXTRA_DIST += tests/go.scm 640EXTRA_DIST += tests/import/go.scm
641endif 641endif
642 642
643if BUILD_DAEMON_OFFLOAD 643if BUILD_DAEMON_OFFLOAD