From c8fbacc76996e693d734d0d5c94f63a7d6fe198a Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 9 Sep 2010 14:32:45 +0800 Subject: combine into libpinyin.a --- tests/include/Makefile.am | 2 +- tests/lookup/Makefile.am | 2 +- tests/storage/Makefile.am | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'tests') diff --git a/tests/include/Makefile.am b/tests/include/Makefile.am index 53bc089..3ab278a 100644 --- a/tests/include/Makefile.am +++ b/tests/include/Makefile.am @@ -21,5 +21,5 @@ noinst_PROGRAMS = test_memory_chunk test_memory_chunk_SOURCES = test_memory_chunk.cpp -test_memory_chunk_LDADD = ../../src/storage/libstorage.la @GLIB2_LIBS@ +test_memory_chunk_LDADD = ../../src/libpinyin.la @GLIB2_LIBS@ diff --git a/tests/lookup/Makefile.am b/tests/lookup/Makefile.am index ca863ce..4c71c36 100644 --- a/tests/lookup/Makefile.am +++ b/tests/lookup/Makefile.am @@ -24,4 +24,4 @@ noinst_PROGRAMS = test_simple_lookup test_simple_lookup_SOURCES = test_simple_lookup.cpp -test_simple_lookup_LDADD = ../../src/storage/libstorage.la ../../src/lookup/liblookup.la @GLIB2_LDFLAGS@ +test_simple_lookup_LDADD = ../../src/libpinyin.la @GLIB2_LDFLAGS@ diff --git a/tests/storage/Makefile.am b/tests/storage/Makefile.am index 8d73153..39570a3 100644 --- a/tests/storage/Makefile.am +++ b/tests/storage/Makefile.am @@ -27,20 +27,20 @@ noinst_PROGRAMS = test_parser \ test_parser_SOURCES = test_parser.cpp -test_parser_LDADD = ../../src/storage/libstorage.la @GLIB2_LDFLAGS@ +test_parser_LDADD = ../../src/libpinyin.la @GLIB2_LDFLAGS@ test_pinyin_index_SOURCES = test_pinyin_index.cpp -test_pinyin_index_LDADD = ../../src/storage/libstorage.la @GLIB2_LDFLAGS@ +test_pinyin_index_LDADD = ../../src/libpinyin.la @GLIB2_LDFLAGS@ test_phrase_index_SOURCES = test_phrase_index.cpp -test_phrase_index_LDADD = ../../src/storage/libstorage.la @GLIB2_LDFLAGS@ +test_phrase_index_LDADD = ../../src/libpinyin.la @GLIB2_LDFLAGS@ test_phrase_table_SOURCES = test_phrase_table.cpp -test_phrase_table_LDADD = ../../src/storage/libstorage.la @GLIB2_LDFLAGS@ +test_phrase_table_LDADD = ../../src/libpinyin.la @GLIB2_LDFLAGS@ test_ngram_SOURCES = test_ngram.cpp -test_ngram_LDADD = ../../src/storage/libstorage.la @GLIB2_LDFLAGS@ +test_ngram_LDADD = ../../src/libpinyin.la @GLIB2_LDFLAGS@ -- cgit