diff options
author | Peng Wu <alexepico@gmail.com> | 2016-06-16 13:44:17 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2016-06-16 13:44:17 +0800 |
commit | ddbbac009ce6c42930b99e50e2100ccc22dd735a (patch) | |
tree | c181b8e850de703d6d469d2e7eba8ea4459808cd /src | |
parent | 9f5bf8806726d0fecbe7cd0db918d0a7e1b612e8 (diff) | |
download | libpinyin-ddbbac009ce6c42930b99e50e2100ccc22dd735a.tar.gz libpinyin-ddbbac009ce6c42930b99e50e2100ccc22dd735a.tar.xz libpinyin-ddbbac009ce6c42930b99e50e2100ccc22dd735a.zip |
update Makefile.am
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 1ad71ed..e9a5377 100644 --- a/src/storage/Makefile.am +++ b/src/storage/Makefile.am @@ -44,6 +44,7 @@ noinst_HEADERS = chewing_enum.h \ flexible_ngram_kyotodb.h \ tag_utility.h \ pinyin_parser_table.h \ + special_table.h \ double_pinyin_table.h \ zhuyin_table.h \ pinyin_phrase2.h \ |