summaryrefslogtreecommitdiffstats
path: root/src/storage/Makefile.am
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2012-08-21 14:04:28 +0800
committerPeng Wu <alexepico@gmail.com>2012-08-25 13:28:21 +0800
commit993983933976cb2a864eb155b952deded9e20784 (patch)
treed4be057624b38f04455322be2c6a07451fabd72f /src/storage/Makefile.am
parentfb29787830eb012a92d5c4c0bde18a4228ee4a83 (diff)
downloadlibpinyin-993983933976cb2a864eb155b952deded9e20784.tar.gz
libpinyin-993983933976cb2a864eb155b952deded9e20784.tar.xz
libpinyin-993983933976cb2a864eb155b952deded9e20784.zip
fixes compile
Diffstat (limited to 'src/storage/Makefile.am')
-rw-r--r--src/storage/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/storage/Makefile.am b/src/storage/Makefile.am
index 9eac03c..0cdad3c 100644
--- a/src/storage/Makefile.am
+++ b/src/storage/Makefile.am
@@ -30,6 +30,7 @@ noinst_HEADERS = pinyin_parser2.h \
phrase_index.h \
phrase_index_logger.h \
phrase_large_table.h \
+ phrase_large_table2.h \
ngram.h \
flexible_ngram.h \
tag_utility.h \
@@ -50,6 +51,7 @@ libstorage_la_LDFLAGS = -static
libstorage_la_SOURCES = phrase_index.cpp \
phrase_large_table.cpp \
+ phrase_large_table2.cpp \
ngram.cpp \
tag_utility.cpp \
pinyin_parser2.cpp \