diff options
author | Peng Wu <alexepico@gmail.com> | 2011-11-21 17:14:04 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2011-11-21 17:14:04 +0800 |
commit | 71c416406d483e1a861a557807e689afa40b26ca (patch) | |
tree | 49a895052db9ce60b37f1c9b762db3103fc467d5 /src | |
parent | 84481dd2cfb46d12501bd64e8efe206ff3b37a08 (diff) | |
download | libpinyin-71c416406d483e1a861a557807e689afa40b26ca.tar.gz libpinyin-71c416406d483e1a861a557807e689afa40b26ca.tar.xz libpinyin-71c416406d483e1a861a557807e689afa40b26ca.zip |
fixes makefile
Diffstat (limited to 'src')
-rw-r--r-- | src/storage/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/storage/Makefile.am b/src/storage/Makefile.am index 1259379..0338e7b 100644 --- a/src/storage/Makefile.am +++ b/src/storage/Makefile.am @@ -37,6 +37,7 @@ noinst_HEADERS = pinyin_large_table.h \ tag_utility.h \ pinyin_parser_table.h \ double_pinyin_table.h \ + chewing_table.h \ pinyin_parser2.h \ pinyin_phrase2.h |