diff options
author | Peng Wu <alexepico@gmail.com> | 2015-10-14 15:49:29 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2015-10-14 15:49:29 +0800 |
commit | df36b6d1c5fb6731e1d1b18b45e76bdf736a0b51 (patch) | |
tree | 02fbfa181b69194b589b7216e69645bc5ad46c3d /src/storage/Makefile.am | |
parent | d13ff12005105e8b7ab8414377e95692c05a060b (diff) | |
download | libpinyin-df36b6d1c5fb6731e1d1b18b45e76bdf736a0b51.tar.gz libpinyin-df36b6d1c5fb6731e1d1b18b45e76bdf736a0b51.tar.xz libpinyin-df36b6d1c5fb6731e1d1b18b45e76bdf736a0b51.zip |
update Makefile.am
Diffstat (limited to 'src/storage/Makefile.am')
-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 7698e12..4cfa7e0 100644 --- a/src/storage/Makefile.am +++ b/src/storage/Makefile.am @@ -58,6 +58,7 @@ libstorage_la_SOURCES = phrase_index.cpp \ phrase_large_table2.cpp \ ngram.cpp \ tag_utility.cpp \ + chewing_key.cpp \ pinyin_parser2.cpp \ zhuyin_parser2.cpp \ chewing_large_table.cpp \ |