From babb16de00a39c30d556882dbae47024c66b5ce5 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 18 Nov 2025 12:09:40 +0800 Subject: Update Makefile.am --- src/storage/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') 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 -- cgit