From 765a730f31d5f8a0ef2b95d2fc9966cdc9f09b46 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Wed, 20 Apr 2011 14:54:01 +0800 Subject: add flexible_ngram.h and k_mixture_model.h to Makefile.am --- src/storage/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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 -- cgit