summaryrefslogtreecommitdiffstats
path: root/tests/lookup
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-08-30 14:41:29 +0800
committerPeng Wu <alexepico@gmail.com>2011-08-30 14:41:29 +0800
commit12c6b51b1296aad330df572794693d37423179a4 (patch)
tree532066af19e5262c804f1dfef03b449b9f0639a6 /tests/lookup
parent293003483072888aa954f06d3097f5b46f55e1e5 (diff)
downloadlibpinyin-12c6b51b1296aad330df572794693d37423179a4.tar.gz
libpinyin-12c6b51b1296aad330df572794693d37423179a4.tar.xz
libpinyin-12c6b51b1296aad330df572794693d37423179a4.zip
switch to pinyin internal library
Diffstat (limited to 'tests/lookup')
-rw-r--r--tests/lookup/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lookup/Makefile.am b/tests/lookup/Makefile.am
index 6887605..68ef412 100644
--- a/tests/lookup/Makefile.am
+++ b/tests/lookup/Makefile.am
@@ -25,8 +25,8 @@ noinst_PROGRAMS = test_simple_lookup test_phrase_lookup
test_simple_lookup_SOURCES = test_simple_lookup.cpp
-test_simple_lookup_LDADD = ../../src/libpinyin.la @GLIB2_LDFLAGS@
+test_simple_lookup_LDADD = ../../src/libpinyin_internal.la @GLIB2_LDFLAGS@
test_phrase_lookup_SOURCES = test_phrase_lookup.cpp
-test_phrase_lookup_LDADD = ../../src/libpinyin.la @GLIB2_LDFLAGS@ \ No newline at end of file
+test_phrase_lookup_LDADD = ../../src/libpinyin_internal.la @GLIB2_LDFLAGS@ \ No newline at end of file