summaryrefslogtreecommitdiff
path: root/tests/tests.am
diff options
context:
space:
mode:
authorhboehm <hboehm>2007-05-24 00:23:26 +0000
committerIvan Maidanski <ivmai@mail.ru>2011-07-26 21:06:40 +0400
commitf8d93569561f9fc0ef2fc0cf78c964bd9f292d1a (patch)
tree883fe1d1544477e99b55a64db816b1f961c3cfb3 /tests/tests.am
parent5b2bf5e73f74ae8a99af990ef6950560d8f3d6f4 (diff)
downloadbdwgc-f8d93569561f9fc0ef2fc0cf78c964bd9f292d1a.tar.gz
2007-05-23 Hans Boehm <Hans.Boehm@hp.com>
* Makefile.am: Move includes to bottom. Add better library dependencies. Increment library version. Remove "SUBDIRS += .". * cord/cord.am, tests/tests.am: Add better library dependencies. Remove now unnecessary dependencies. * Makefile.in: Regenerate. * include/gc.h (GC_begin_thread_ex, GC_endthreadex, GC_ExitThread): Move to define on all Windows platforms. (_beginthread): define to generate error if used.
Diffstat (limited to 'tests/tests.am')
-rw-r--r--tests/tests.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/tests.am b/tests/tests.am
index 7dbff382..aedac1fa 100644
--- a/tests/tests.am
+++ b/tests/tests.am
@@ -17,10 +17,7 @@
# Common libs to _LDADD for all tests.
-test_ldadd = \
- $(top_builddir)/libgc.la \
- $(THREADDLLIBS) $(UNWINDLIBS) $(EXTRA_TEST_LIBS)
-
+test_ldadd = $(top_builddir)/libgc.la $(EXTRA_TEST_LIBS)
TESTS += gctest$(EXEEXT)