diff options
author | Peng Wu <alexepico@gmail.com> | 2011-11-21 15:56:15 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2011-11-21 15:56:15 +0800 |
commit | b502f9eb3d61967662407ccaa2d3f08de9592d50 (patch) | |
tree | 3cc800d54e7af4fbd12656664538cbd9acc93b56 /src | |
parent | 2c007ec9abfc8d22355bd7cf3619f4b5dac92f74 (diff) | |
download | libpinyin-b502f9eb3d61967662407ccaa2d3f08de9592d50.tar.gz libpinyin-b502f9eb3d61967662407ccaa2d3f08de9592d50.tar.xz libpinyin-b502f9eb3d61967662407ccaa2d3f08de9592d50.zip |
update Makefile.am
Diffstat (limited to 'src')
-rw-r--r-- | src/storage/Makefile.am | 1 | ||||
-rw-r--r-- | src/storage/pinyin_parser2.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/storage/Makefile.am b/src/storage/Makefile.am index 24063d3..1259379 100644 --- a/src/storage/Makefile.am +++ b/src/storage/Makefile.am @@ -36,6 +36,7 @@ noinst_HEADERS = pinyin_large_table.h \ flexible_ngram.h \ tag_utility.h \ pinyin_parser_table.h \ + double_pinyin_table.h \ pinyin_parser2.h \ pinyin_phrase2.h diff --git a/src/storage/pinyin_parser2.cpp b/src/storage/pinyin_parser2.cpp index 565b1e5..ca04f8e 100644 --- a/src/storage/pinyin_parser2.cpp +++ b/src/storage/pinyin_parser2.cpp @@ -29,6 +29,7 @@ #include "pinyin_custom2.h" #include "chewing_key.h" #include "pinyin_parser_table.h" +#include "double_pinyin_table.h" using namespace pinyin; |