From e5c986cbcf34f15397ab2032453cc4220ce480e4 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 3 May 2011 12:41:11 -0400 Subject: [PATCH] Only remove the lines that are no longer needed --- tests/Makefile.am | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 61c9c5b43..307bc318f 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -131,13 +131,11 @@ atomic_test_LDADD = $(progs_ldadd) bit_test_LDADD = $(progs_ldadd) child_test_LDADD = $(thread_ldadd) completion_test_LDADD = $(progs_ldadd) -date_test_LDADD = $(progs_ldadd) dirname_test_LDADD = $(progs_ldadd) file_test_LDADD = $(progs_ldadd) env_test_LDADD = $(progs_ldadd) gio_test_LDADD = $(progs_ldadd) iochannel_test_LDADD = $(progs_ldadd) -list_test_LDADD = $(progs_ldadd) mainloop_test_LDADD = $(thread_ldadd) mapping_test_LDADD = $(progs_ldadd) module_test_LDADD = $(module_ldadd) $(module_test_exp) @@ -160,7 +158,6 @@ threadpool_test_LDADD = $(thread_ldadd) type_test_LDADD = $(progs_ldadd) unicode_encoding_LDADD = $(progs_ldadd) unicode_caseconv_LDADD = $(progs_ldadd) -unicode_collate_LDADD = $(progs_ldadd) noinst_LTLIBRARIES = libmoduletestplugin_a.la libmoduletestplugin_b.la