summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-04-20 14:54:01 +0800
committerPeng Wu <alexepico@gmail.com>2011-04-21 10:44:10 +0800
commit765a730f31d5f8a0ef2b95d2fc9966cdc9f09b46 (patch)
tree81e3f47f4c182fda568a0ccf9244c26194e3436c /src
parente3b450140cd21b13122b1fec1a99b3923bb0a951 (diff)
downloadlibpinyin-765a730f31d5f8a0ef2b95d2fc9966cdc9f09b46.tar.gz
libpinyin-765a730f31d5f8a0ef2b95d2fc9966cdc9f09b46.tar.xz
libpinyin-765a730f31d5f8a0ef2b95d2fc9966cdc9f09b46.zip
add flexible_ngram.h and k_mixture_model.h to Makefile.am
Diffstat (limited to 'src')
-rw-r--r--src/storage/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/storage/Makefile.am b/src/storage/Makefile.am
index c486800..b2d5b1a 100644
--- a/src/storage/Makefile.am
+++ b/src/storage/Makefile.am
@@ -25,7 +25,8 @@ noinst_HEADERS = pinyin_large_table.h \
phrase_index.h \
pinyin_zhuyin_map_data.h \
phrase_large_table.h \
- ngram.h
+ ngram.h \
+ flexible_ngram.h
noinst_LTLIBRARIES = libstorage.la