From ef6371ff746e618eabd301b237b4e4a620ca5e47 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Sat, 15 Oct 2011 11:03:07 -0400 Subject: [PATCH] tests/Makefile.am: remove unused LDFLAGS variable --- tests/Makefile.am | 1 - 1 file changed, 1 deletion(-) 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)