Add back an erroneously-removed line to tests/Makefile.am

This commit is contained in:
Dan Winship 2011-05-02 17:06:37 -04:00
parent e71fdf6b5a
commit 33c0877adc

View File

@ -73,6 +73,7 @@ testglib_LDADD = $(libglib)
testgdate_LDADD = $(libglib) testgdate_LDADD = $(libglib)
testgdateparser_LDADD = $(libglib) testgdateparser_LDADD = $(libglib)
unicode_normalize_LDADD = $(libglib) unicode_normalize_LDADD = $(libglib)
unicode_collate_LDADD = $(libglib)
errorcheck_mutex_test_LDADD = $(libglib) $(libgthread) $(G_THREAD_LIBS) errorcheck_mutex_test_LDADD = $(libglib) $(libgthread) $(G_THREAD_LIBS)
assert_msg_test_LDADD = $(libglib) assert_msg_test_LDADD = $(libglib)
if ENABLE_TIMELOOP if ENABLE_TIMELOOP