From 81bbe53619915914ef99842f0657ed15f9c5fce7 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 3 Sep 2012 17:44:29 +0800 Subject: update Makefile.am --- src/storage/Makefile.am | 3 --- 1 file changed, 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 \ -- cgit