mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-30 15:00:21 +02:00
build: Link 'test-unwind.c' against libgnu.la.
* test-suite/standalone/Makefile.am (test_unwind_LDADD): Add libgnu.la, which provides 'rpl_mkstemp' on systems missing 'mkstemp'.
This commit is contained in:
parent
f2de4fac88
commit
f1a13268fd
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
## Process this file with automake to produce Makefile.in.
|
## Process this file with automake to produce Makefile.in.
|
||||||
##
|
##
|
||||||
## Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
|
## Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
|
||||||
## 2011, 2012, 2013 Free Software Foundation, Inc.
|
## 2011, 2012, 2013, 2014 Free Software Foundation, Inc.
|
||||||
##
|
##
|
||||||
## This file is part of GUILE.
|
## This file is part of GUILE.
|
||||||
##
|
##
|
||||||
|
@ -139,7 +139,7 @@ TESTS += test-list
|
||||||
# test-unwind
|
# test-unwind
|
||||||
test_unwind_SOURCES = test-unwind.c
|
test_unwind_SOURCES = test-unwind.c
|
||||||
test_unwind_CFLAGS = ${test_cflags}
|
test_unwind_CFLAGS = ${test_cflags}
|
||||||
test_unwind_LDADD = $(LIBGUILE_LDADD)
|
test_unwind_LDADD = $(LIBGUILE_LDADD) $(top_builddir)/lib/libgnu.la
|
||||||
check_PROGRAMS += test-unwind
|
check_PROGRAMS += test-unwind
|
||||||
TESTS += test-unwind
|
TESTS += test-unwind
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue