From b6dcf01abc85d2093986528d26ff4e3256d3f837 Mon Sep 17 00:00:00 2001 From: Andreas Rottmann Date: Sun, 15 Aug 2010 16:52:00 +0200 Subject: [PATCH] Link test-srfi-1 to libguile as well MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With an installed copy of libguile in place, test-srfi-1 would be run using that instead of the in-tree libguile. * test-suite/standalone/Makefile.am (test_srfi_1_LDADD): Add libguile. Signed-off-by: Ludovic Courtès --- test-suite/standalone/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test-suite/standalone/Makefile.am b/test-suite/standalone/Makefile.am index a748c1efe..68c83607b 100644 --- a/test-suite/standalone/Makefile.am +++ b/test-suite/standalone/Makefile.am @@ -167,7 +167,8 @@ TESTS += test-extensions test_srfi_1_SOURCES = test-srfi-1.c test_srfi_1_CFLAGS = ${test_cflags} test_srfi_1_LDADD = \ - ${top_builddir}/srfi/libguile-srfi-srfi-1-v-@LIBGUILE_SRFI_SRFI_1_MAJOR@.la + ${top_builddir}/srfi/libguile-srfi-srfi-1-v-@LIBGUILE_SRFI_SRFI_1_MAJOR@.la \ + ${top_builddir}/libguile/libguile-@GUILE_EFFECTIVE_VERSION@.la check_PROGRAMS += test-srfi-1 TESTS += test-srfi-1