summaryrefslogtreecommitdiffstats
path: root/tests/lookup
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2010-09-09 14:32:45 +0800
committerPeng Wu <alexepico@gmail.com>2010-09-09 14:32:45 +0800
commitc8fbacc76996e693d734d0d5c94f63a7d6fe198a (patch)
treea590e146edbaa8957ddaa5ccfc1defba1ca8113e /tests/lookup
parent9c20d17c0978f47ff2ae6e5f49f78a81db3040fa (diff)
downloadlibpinyin-c8fbacc76996e693d734d0d5c94f63a7d6fe198a.tar.gz
libpinyin-c8fbacc76996e693d734d0d5c94f63a7d6fe198a.tar.xz
libpinyin-c8fbacc76996e693d734d0d5c94f63a7d6fe198a.zip
combine into libpinyin.a
Diffstat (limited to 'tests/lookup')
-rw-r--r--tests/lookup/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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@