From 76bf60b29794095fa6183124bff84ffce5ba7523 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 12 Oct 2015 15:53:24 +0800 Subject: update src/storage/Makefile.am and script/Makefile.data --- scripts/Makefile.data | 2 +- src/storage/Makefile.am | 2 +- 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 \ -- cgit