summaryrefslogtreecommitdiffstats
path: root/src/lookup/Makefile.am
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2010-10-29 10:06:32 +0800
committerPeng Wu <alexepico@gmail.com>2010-10-29 10:06:32 +0800
commita17c69dd14138dd34531d6194090589a66edfebb (patch)
tree9f5ebaeacd61d32ac1681818dc9b28d5a75f1649 /src/lookup/Makefile.am
parent00bb37cc3e5b298b35cd4af8cdeec2fa19e5922c (diff)
downloadlibpinyin-a17c69dd14138dd34531d6194090589a66edfebb.tar.gz
libpinyin-a17c69dd14138dd34531d6194090589a66edfebb.tar.xz
libpinyin-a17c69dd14138dd34531d6194090589a66edfebb.zip
add phrase_lookup.cpp
Diffstat (limited to 'src/lookup/Makefile.am')
-rw-r--r--src/lookup/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lookup/Makefile.am b/src/lookup/Makefile.am
index 9e63c72..4d6917a 100644
--- a/src/lookup/Makefile.am
+++ b/src/lookup/Makefile.am
@@ -30,4 +30,4 @@ noinst_LTLIBRARIES = liblookup.la
liblookup_la_LDFLAGS = -static
-liblookup_la_SOURCES = pinyin_lookup.cpp winner_tree.cpp
+liblookup_la_SOURCES = pinyin_lookup.cpp winner_tree.cpp phrase_lookup.cpp