guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 04/06: test-foreign-object-c needs libgnu


From: Mike Gran
Subject: [Guile-commits] 04/06: test-foreign-object-c needs libgnu
Date: Wed, 18 Apr 2018 12:00:30 -0400 (EDT)

mike121 pushed a commit to branch wip-mingw-guile-2.2
in repository guile.

commit 124766916e46b5bef45b54ba886ce493362756d6
Author: Michael Gran <address@hidden>
Date:   Wed Apr 18 06:22:30 2018 -0700

    test-foreign-object-c needs libgnu
    
    With the last update of gnulib, test-foreign-object-c now needs libgnu
    linked in.
    
    * test-suite/standalone/Makefile.am
---
 test-suite/standalone/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test-suite/standalone/Makefile.am 
b/test-suite/standalone/Makefile.am
index 2aba708..fac2522 100644
--- a/test-suite/standalone/Makefile.am
+++ b/test-suite/standalone/Makefile.am
@@ -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]