summaryrefslogtreecommitdiffstats
path: root/src/storage/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/Makefile.am')
-rw-r--r--src/storage/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/storage/Makefile.am b/src/storage/Makefile.am
index e185bad..0c3a737 100644
--- a/src/storage/Makefile.am
+++ b/src/storage/Makefile.am
@@ -86,5 +86,6 @@ endif
if KYOTOCABINET
libstorage_la_SOURCES += ngram_kyotodb.cpp \
- phrase_large_table3_kyotodb.cpp
+ phrase_large_table3_kyotodb.cpp \
+ chewing_large_table2_kyotodb.cpp
endif