From 765a730f31d5f8a0ef2b95d2fc9966cdc9f09b46 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Wed, 20 Apr 2011 14:54:01 +0800 Subject: [PATCH] add flexible_ngram.h and k_mixture_model.h to Makefile.am --- src/storage/Makefile.am | 3 ++- utils/training/Makefile.am | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) 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 diff --git a/utils/training/Makefile.am b/utils/training/Makefile.am index 353e400..f955c56 100644 --- a/utils/training/Makefile.am +++ b/utils/training/Makefile.am @@ -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 -- 2.34.1