From eb8fdda2965ca382a9b41d8cac65ee16e16ee6e6 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 29 Nov 2011 14:31:57 +0800 Subject: begin to add chewing_large_table.cpp --- src/storage/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/storage/Makefile.am') diff --git a/src/storage/Makefile.am b/src/storage/Makefile.am index 0338e7b..d0c4b01 100644 --- a/src/storage/Makefile.am +++ b/src/storage/Makefile.am @@ -39,7 +39,8 @@ noinst_HEADERS = pinyin_large_table.h \ double_pinyin_table.h \ chewing_table.h \ pinyin_parser2.h \ - pinyin_phrase2.h + pinyin_phrase2.h \ + chewing_large_table.h noinst_LTLIBRARIES = libstorage.la @@ -54,5 +55,6 @@ libstorage_la_SOURCES = pinyin_base.cpp \ phrase_large_table.cpp \ ngram.cpp \ tag_utility.cpp \ - pinyin_parser2.cpp + pinyin_parser2.cpp \ + chewing_large_table.cpp -- cgit