diff options
author | Peng Wu <alexepico@gmail.com> | 2012-09-03 17:44:29 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2012-09-03 17:44:29 +0800 |
commit | 81bbe53619915914ef99842f0657ed15f9c5fce7 (patch) | |
tree | 84458ca6019b435d9f7b426ca10410e18e1cecae /src | |
parent | 116a784d59af74b3a3305a1e6f82a23c9c5d5828 (diff) | |
download | libpinyin-81bbe53619915914ef99842f0657ed15f9c5fce7.tar.gz libpinyin-81bbe53619915914ef99842f0657ed15f9c5fce7.tar.xz libpinyin-81bbe53619915914ef99842f0657ed15f9c5fce7.zip |
update Makefile.am
Diffstat (limited to 'src')
-rw-r--r-- | src/storage/Makefile.am | 3 |
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 \ |