diff options
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 c486800..b2d5b1a 100644 --- a/src/storage/Makefile.am +++ b/src/storage/Makefile.am @@ -25,7 +25,8 @@ noinst_HEADERS = pinyin_large_table.h \ phrase_index.h \ pinyin_zhuyin_map_data.h \ phrase_large_table.h \ - ngram.h + ngram.h \ + flexible_ngram.h noinst_LTLIBRARIES = libstorage.la |