diff options
author | Peng Wu <alexepico@gmail.com> | 2016-05-09 16:10:54 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2016-05-09 16:10:54 +0800 |
commit | 521123fdad1ff3dac8313eaf6630a0ad3bd699b5 (patch) | |
tree | ba35e543e63571ada684d42a829dc528c962875d /src/storage/Makefile.am | |
parent | e0e33b0f6a137f8d358187a27819ba9e0267d55c (diff) | |
download | libpinyin-521123fdad1ff3dac8313eaf6630a0ad3bd699b5.tar.gz libpinyin-521123fdad1ff3dac8313eaf6630a0ad3bd699b5.tar.xz libpinyin-521123fdad1ff3dac8313eaf6630a0ad3bd699b5.zip |
fixes compile
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 0c3a737..e897f84 100644 --- a/src/storage/Makefile.am +++ b/src/storage/Makefile.am @@ -28,6 +28,7 @@ noinst_HEADERS = chewing_enum.h \ chewing_key.h \ pinyin_parser2.h \ zhuyin_parser2.h \ + phonetic_key_matrix.h \ phrase_index.h \ phrase_index_logger.h \ phrase_large_table2.h \ |