diff options
author | Ryan Lortie <desrt@desrt.ca> | 2011-10-15 11:03:07 -0400 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2011-10-15 13:13:13 -0400 |
commit | ef6371ff746e618eabd301b237b4e4a620ca5e47 (patch) | |
tree | b5343bfd1e8810a7b33221e144b40641a0b9f236 /tests | |
parent | 6651bd221e4d9316884b4fad3c3e9943695ab639 (diff) |
tests/Makefile.am: remove unused LDFLAGS variable
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 3d7705af2..8f4c57e5d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -75,7 +75,6 @@ testgdate_LDADD = $(libglib) testgdateparser_LDADD = $(libglib) unicode_normalize_LDADD = $(libglib) unicode_collate_LDADD = $(libglib) -errorcheck_mutex_test_LDADD = $(libglib) $(libgthread) $(G_THREAD_LIBS) assert_msg_test_LDADD = $(libglib) if ENABLE_TIMELOOP timeloop_LDADD = $(libglib) |