summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/storage/Makefile.am3
-rw-r--r--utils/training/Makefile.am2
2 files changed, 4 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
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