diff options
| author | Peng Wu <alexepico@gmail.com> | 2025-11-18 12:09:40 +0800 |
|---|---|---|
| committer | Peng Wu <alexepico@gmail.com> | 2025-11-18 12:09:40 +0800 |
| commit | babb16de00a39c30d556882dbae47024c66b5ce5 (patch) | |
| tree | 82e6f619f31e8e5965ac4c777fda0a7bdcee3cf1 /src/storage | |
| parent | 6d84cc90309ba0e494648fa74a1175c7f875c21c (diff) | |
| download | libpinyin-babb16de00a39c30d556882dbae47024c66b5ce5.tar.gz libpinyin-babb16de00a39c30d556882dbae47024c66b5ce5.tar.xz libpinyin-babb16de00a39c30d556882dbae47024c66b5ce5.zip | |
Update Makefile.am
Diffstat (limited to 'src/storage')
| -rw-r--r-- | src/storage/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/storage/Makefile.am b/src/storage/Makefile.am index 0fcce47..0a69bbc 100644 --- a/src/storage/Makefile.am +++ b/src/storage/Makefile.am @@ -66,9 +66,11 @@ noinst_HEADERS = chewing_enum.h \ table_info.h \ bdb_utils.h \ kyotodb_utils.h \ + tkrzwdb_utils.h \ punct_table.h \ punct_table_bdb.h \ - punct_table_kyotodb.h + punct_table_kyotodb.h \ + punct_table_tkrzwdb.h noinst_LIBRARIES = libstorage.a |
