diff options
| author | Peng Wu <alexepico@gmail.com> | 2016-02-25 16:02:58 +0800 |
|---|---|---|
| committer | Peng Wu <alexepico@gmail.com> | 2016-02-25 16:02:58 +0800 |
| commit | a59f4bb0c2f766565664787ab7efbfee53b03f71 (patch) | |
| tree | 0467b72be3aac0746dd7d6b29d06cc33d2e4fa6f /src/storage | |
| parent | 1f82a5cc608561199469695b5f98c46bdc5c2449 (diff) | |
| download | libpinyin-a59f4bb0c2f766565664787ab7efbfee53b03f71.tar.gz libpinyin-a59f4bb0c2f766565664787ab7efbfee53b03f71.tar.xz libpinyin-a59f4bb0c2f766565664787ab7efbfee53b03f71.zip | |
use chewing_large_table2.h
Diffstat (limited to 'src/storage')
| -rw-r--r-- | src/storage/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/storage/Makefile.am b/src/storage/Makefile.am index 4b023fc..0605435 100644 --- a/src/storage/Makefile.am +++ b/src/storage/Makefile.am @@ -48,7 +48,11 @@ noinst_HEADERS = chewing_enum.h \ pinyin_phrase2.h \ pinyin_phrase3.h \ chewing_large_table.h \ + chewing_large_table2.h \ + chewing_large_table2_bdb.h \ + chewing_large_table2_kyotodb.h \ facade_chewing_table.h \ + facade_chewing_table2.h \ facade_phrase_table2.h \ facade_phrase_table3.h \ table_info.h |
