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 <cmmarusich@gmail.com>
This commit is contained in:
parent
9c7c3f771c
commit
0f853ab773
@ -517,6 +517,8 @@ SCM_TESTS = \
|
|||||||
|
|
||||||
if HAVE_GUILE_LIB
|
if HAVE_GUILE_LIB
|
||||||
SCM_TESTS += tests/go.scm
|
SCM_TESTS += tests/go.scm
|
||||||
|
else
|
||||||
|
EXTRA_DIST += tests/go.scm
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if BUILD_DAEMON_OFFLOAD
|
if BUILD_DAEMON_OFFLOAD
|
||||||
|
Loading…
x
Reference in New Issue
Block a user