summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2017-01-16 15:40:35 +0800
committerPeng Wu <alexepico@gmail.com>2017-01-16 15:40:35 +0800
commit425a56dc706ee75ecbe4fc538b97f24541077686 (patch)
treeaa6b9830719f265069d87d795a7a68613a035279
parent701802a59611283347c690dfb5c475ade45954ef (diff)
downloadlibpinyin-425a56dc706ee75ecbe4fc538b97f24541077686.tar.gz
libpinyin-425a56dc706ee75ecbe4fc538b97f24541077686.tar.xz
libpinyin-425a56dc706ee75ecbe4fc538b97f24541077686.zip
update Makefile.am
-rw-r--r--src/lookup/Makefile.am9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/lookup/Makefile.am b/src/lookup/Makefile.am
index 6d7b7c9..55c1881 100644
--- a/src/lookup/Makefile.am
+++ b/src/lookup/Makefile.am
@@ -22,7 +22,11 @@ INCLUDES = -I$(top_srcdir)/src/include \
noinst_HEADERS = lookup.h \
pinyin_lookup2.h \
- phrase_lookup.h
+ phrase_lookup.h \
+ phonetic_lookup.h \
+ phonetic_lookup_linear.h \
+ phonetic_lookup_heap.h
+
noinst_LTLIBRARIES = liblookup.la
@@ -32,4 +36,5 @@ liblookup_la_LDFLAGS = -static
liblookup_la_SOURCES = pinyin_lookup2.cpp \
phrase_lookup.cpp \
- lookup.cpp
+ lookup.cpp \
+ phonetic_lookup.cpp