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/lookup/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/lookup/Makefile.am') 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@ -- cgit