update Makefile.am
authorPeng Wu <alexepico@gmail.com>
Mon, 3 Sep 2012 09:44:29 +0000 (17:44 +0800)
committerPeng Wu <alexepico@gmail.com>
Mon, 3 Sep 2012 09:44:29 +0000 (17:44 +0800)
src/storage/Makefile.am

index fc2ac09..322a9b5 100644 (file)
@@ -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 \