From 2b6bbbf8d0f60ed83aec91db3cc0c6796c079d29 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 8 Apr 2013 11:52:24 +0800 Subject: fixes compile --- 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 8e78568..d805f18 100644 --- a/src/storage/Makefile.am +++ b/src/storage/Makefile.am @@ -39,7 +39,8 @@ noinst_HEADERS = chewing_enum.h \ pinyin_phrase2.h \ chewing_large_table.h \ facade_chewing_table.h \ - facade_phrase_table2.h + facade_phrase_table2.h \ + table_info.h noinst_LTLIBRARIES = libstorage.la @@ -53,5 +54,6 @@ libstorage_la_SOURCES = phrase_index.cpp \ ngram.cpp \ tag_utility.cpp \ pinyin_parser2.cpp \ - chewing_large_table.cpp + chewing_large_table.cpp \ + table_info.cpp -- cgit