diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2011-05-02 11:26:01 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2011-05-02 11:43:18 -0400 |
commit | b0874ce28e910121fb2d94f6f9183bfdc08e8eaf (patch) | |
tree | 34dc2e0f1b9702cdecd2ef91b0a6f494cb40f167 /tests | |
parent | 181763438a6be7791ef87c63fa119f74b44aeede (diff) |
[build] Remove stale LDADD lines from tests/Makefile.am to allow build
Automake 1.11 wasn't happy.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index f6f527f64..22b898113 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -126,41 +126,6 @@ progs_ldadd = $(EFENCE) $(libglib) $(EFENCE) thread_ldadd = $(libgthread) $(G_THREAD_LIBS) $(progs_ldadd) module_ldadd = $(libgmodule) $(G_MODULE_LIBS) $(progs_ldadd) -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) -module_test_LDFLAGS = $(G_MODULE_LDFLAGS) -onceinit_LDADD = $(thread_ldadd) -asyncqueue_test_LDADD = $(thread_ldadd) -qsort_test_LDADD = $(progs_ldadd) -relation_test_LDADD = $(progs_ldadd) -slice_test_SOURCES = slice-test.c memchunks.c -slice_test_LDADD = $(thread_ldadd) -slice_color_SOURCES = slice-color.c memchunks.c -slice_color_LDADD = $(thread_ldadd) -slice_concurrent_SOURCES = slice-concurrent.c -slice_concurrent_LDADD = $(thread_ldadd) -slice_threadinit_SOURCES = slice-threadinit.c -slice_threadinit_LDADD = $(thread_ldadd) -spawn_test_LDADD = $(progs_ldadd) -thread_test_LDADD = $(thread_ldadd) -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 libmoduletestplugin_a_la_SOURCES = libmoduletestplugin_a.c |