guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 06/13: test-foreign-object-c should link libgnu


From: Mike Gran
Subject: [Guile-commits] 06/13: test-foreign-object-c should link libgnu
Date: Thu, 21 Jan 2021 19:06:16 -0500 (EST)

mike121 pushed a commit to branch master
in repository guile.

commit dd97382d9a2b0f9af51433423f35b04ed76ac2e5
Author: Michael Gran <spk121@yahoo.com>
AuthorDate: Mon Nov 23 18:43:06 2020 -0800

    test-foreign-object-c should link libgnu
    
    For MinGW, the foreign object test requires stubs provided by libgnu
    
    * test-suite/standalone/Makefile.am (test_foreign_object_c_LDADD): add 
libgnu
---
 test-suite/standalone/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test-suite/standalone/Makefile.am 
b/test-suite/standalone/Makefile.am
index 2aba708..abb98d9 100644
--- a/test-suite/standalone/Makefile.am
+++ b/test-suite/standalone/Makefile.am
@@ -1,7 +1,7 @@
 ## Process this file with automake to produce Makefile.in.
 ##
 ## Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
-##   2011, 2012, 2013, 2014 Free Software Foundation, Inc.
+##   2011, 2012, 2013, 2014, 2020 Free Software Foundation, Inc.
 ##
 ## This file is part of GUILE.
 ##
@@ -139,7 +139,7 @@ TESTS += test-foreign-object-scm
 # test-foreign-object-c
 test_foreign_object_c_SOURCES = test-foreign-object-c.c
 test_foreign_object_c_CFLAGS = ${test_cflags}
-test_foreign_object_c_LDADD = $(LIBGUILE_LDADD)
+test_foreign_object_c_LDADD = $(LIBGUILE_LDADD) $(top_builddir)/lib/libgnu.la
 check_PROGRAMS += test-foreign-object-c
 TESTS += test-foreign-object-c
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]