add flexible_ngram.h and k_mixture_model.h to Makefile.am
authorPeng Wu <alexepico@gmail.com>
Wed, 20 Apr 2011 06:54:01 +0000 (14:54 +0800)
committerPeng Wu <alexepico@gmail.com>
Thu, 21 Apr 2011 02:44:10 +0000 (10:44 +0800)
src/storage/Makefile.am
utils/training/Makefile.am

index c4868008dc57321b89ccfbad04d49e3cc2a31e57..b2d5b1aeee25b5f36ebd9133f4dbc6930175599c 100644 (file)
@@ -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
 
index 353e4009ac1f6ba3a61205a4ffc5fb77a9afcd59..f955c56b6296302dcc7d921bdda38d280dabced8 100644 (file)
@@ -23,6 +23,8 @@ INCLUDES              = -I$(top_srcdir)/src \
                           -I$(top_srcdir)/src/lookup \
                          @GLIB2_CPPFLAGS@
 
+noinst_HEADERS         = k_mixture_model.h
+
 noinst_PROGRAMS                = gen_ngram gen_unigram estimate_interpolation
 
 gen_ngram_SOURCES      = gen_ngram.cpp