summaryrefslogtreecommitdiffstats
path: root/src/storage/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/Makefile.am')
-rw-r--r--src/storage/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/storage/Makefile.am b/src/storage/Makefile.am
index fc2ac09..322a9b5 100644
--- a/src/storage/Makefile.am
+++ b/src/storage/Makefile.am
@@ -29,7 +29,6 @@ libpinyininclude_HEADERS= chewing_enum.h \
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 \
@@ -40,7 +39,6 @@ noinst_HEADERS = pinyin_parser2.h \
pinyin_phrase2.h \
chewing_large_table.h \
facade_chewing_table.h \
- facade_phrase_table.h \
facade_phrase_table2.h
@@ -51,7 +49,6 @@ libstorage_la_CXXFLAGS = "-fPIC"
libstorage_la_LDFLAGS = -static
libstorage_la_SOURCES = phrase_index.cpp \
- phrase_large_table.cpp \
phrase_large_table2.cpp \
ngram.cpp \
tag_utility.cpp \