diff options
author | Peng Wu <alexepico@gmail.com> | 2016-03-14 13:39:56 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2016-03-14 13:39:56 +0800 |
commit | 0a229eec709ba7a1da94d7885fe73acfeb1b2047 (patch) | |
tree | 37943a1cfd57fa3c231cd5546a89d01bd3ea37c0 /src/storage/Makefile.am | |
parent | f8524d6dfa56207d1cfe6480707d9acf01c0a376 (diff) | |
download | libpinyin-0a229eec709ba7a1da94d7885fe73acfeb1b2047.tar.gz libpinyin-0a229eec709ba7a1da94d7885fe73acfeb1b2047.tar.xz libpinyin-0a229eec709ba7a1da94d7885fe73acfeb1b2047.zip |
add chewing_large_table2_kyotodb.cpp
Diffstat (limited to 'src/storage/Makefile.am')
-rw-r--r-- | src/storage/Makefile.am | 3 |
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 |