summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2015-10-12 15:53:24 +0800
committerPeng Wu <alexepico@gmail.com>2015-10-12 15:54:11 +0800
commit76bf60b29794095fa6183124bff84ffce5ba7523 (patch)
treeaf61a2f5df3fbbf322a00a5e478fd95472961003
parentbc660fd1fd0c7b71848c7ad29afeefadf4761649 (diff)
downloadlibpinyin-76bf60b29794095fa6183124bff84ffce5ba7523.tar.gz
libpinyin-76bf60b29794095fa6183124bff84ffce5ba7523.tar.xz
libpinyin-76bf60b29794095fa6183124bff84ffce5ba7523.zip
update src/storage/Makefile.am and script/Makefile.data
-rw-r--r--scripts/Makefile.data2
-rw-r--r--src/storage/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/Makefile.data b/scripts/Makefile.data
index f397d5d..c65f336 100644
--- a/scripts/Makefile.data
+++ b/scripts/Makefile.data
@@ -8,7 +8,7 @@ pinyins.txt:
update-header: pinyins.txt
python3 genpinyinheader.py > ../src/storage/pinyin_parser_table.h
python3 gendoublepinyinheader.py > ../src/storage/double_pinyin_table.h
- python3 genbopomofoheader.py > ../src/storage/chewing_table.h
+ python3 genbopomofoheader.py > ../src/storage/zhuyin_table.h
python3 genchewingkey.py > ../src/storage/chewing_enum.h
diff --git a/src/storage/Makefile.am b/src/storage/Makefile.am
index daa4c6f..f898973 100644
--- a/src/storage/Makefile.am
+++ b/src/storage/Makefile.am
@@ -40,7 +40,7 @@ noinst_HEADERS = chewing_enum.h \
tag_utility.h \
pinyin_parser_table.h \
double_pinyin_table.h \
- chewing_table.h \
+ zhuyin_table.h \
pinyin_phrase2.h \
chewing_large_table.h \
facade_chewing_table.h \