From 33c0877adc681cb7cf8cf12afd94a9de8c869bf2 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 2 May 2011 17:06:37 -0400 Subject: [PATCH] Add back an erroneously-removed line to tests/Makefile.am --- tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index 22b8981..902a217 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -73,6 +73,7 @@ testglib_LDADD = $(libglib) 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 -- 2.7.4