From: hboehm Date: Tue, 28 Mar 2006 22:10:42 +0000 (+0000) Subject: 2006-03-28 Hans Boehm X-Git-Tag: gc7_0alpha7~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6a9c47687e95602e217c4f02b086899fa56a1adb;p=gc 2006-03-28 Hans Boehm * tests/test.am: Change THREADLIBS to THREADDLLIBS. --- diff --git a/tests/tests.am b/tests/tests.am index ab624855..7dbff382 100644 --- a/tests/tests.am +++ b/tests/tests.am @@ -19,7 +19,7 @@ # Common libs to _LDADD for all tests. test_ldadd = \ $(top_builddir)/libgc.la \ - $(THREADLIBS) $(UNWINDLIBS) $(EXTRA_TEST_LIBS) + $(THREADDLLIBS) $(UNWINDLIBS) $(EXTRA_TEST_LIBS)