update Makefile.am
authorPeng Wu <alexepico@gmail.com>
Mon, 9 Jan 2012 03:23:28 +0000 (11:23 +0800)
committerPeng Wu <alexepico@gmail.com>
Mon, 9 Jan 2012 03:23:28 +0000 (11:23 +0800)
utils/storage/Makefile.am
utils/training/Makefile.am

index 13c54e9..ba3d8a0 100644 (file)
@@ -21,11 +21,12 @@ INCLUDES                = -I$(top_srcdir)/src \
                           -I$(top_srcdir)/src/lookup \
                           @GLIB2_CPPFLAGS@
 
+bin_PROGRAMS            = gen_binary_files \
+                          import_interpolation
+
 noinst_PROGRAMS          = gen_zhuyin_map \
                           gen_pinyin_table \
-                          gen_binary_files \
                           export_interpolation \
-                          import_interpolation \
                           gen_chewing_table
 
 gen_zhuyin_map_SOURCES      = gen_zhuyin_map.cpp
index 39d9731..32ad26d 100644 (file)
@@ -25,9 +25,10 @@ INCLUDES             = -I$(top_srcdir)/src \
 
 noinst_HEADERS         = k_mixture_model.h
 
+bin_PROGRAMS           = gen_unigram
+
 noinst_PROGRAMS                = gen_ngram \
                          gen_deleted_ngram \
-                         gen_unigram \
                          gen_k_mixture_model \
                          estimate_interpolation \
                          estimate_k_mixture_model \