Fix tests makefile to link with new GNU ld linking rules
authorAndy Wingo <wingo@pobox.com>
Wed, 13 Feb 2013 14:45:33 +0000 (15:45 +0100)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 28 Feb 2013 11:31:14 +0000 (15:31 +0400)
commit99f98bdd2fcf0a3ddcae6b47febd9d1b31fdfb00
tree32ee82c3a59f1c72f0a50cb66ec59406bb483f71
parent4758d24f837b788c857971387db2e0488910a006
Fix tests makefile to link with new GNU ld linking rules

* tests/tests.am (gctest_LDADD, threadleaktest_LDADD,
threadkey_test_LDADD, subthread_create_LDADD,
initsecondarythread_LDADD): Link to pthreads (or appropriate
threading libraries) as needed; fixes failure to link with new GNU ld
linking rules.
tests/tests.am