diff options
author | Peng Wu <alexepico@gmail.com> | 2012-01-09 11:23:28 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2012-01-09 11:23:28 +0800 |
commit | 3a9fd71ff8083d94ef144ef88ec56c2e3b160f5e (patch) | |
tree | 488f79d7ee08ddc84834fc6582c7811ded9cfec0 /utils/storage | |
parent | b2824b2735ff954ab1e8c0ab910afb0fda162cb5 (diff) | |
download | libpinyin-3a9fd71ff8083d94ef144ef88ec56c2e3b160f5e.tar.gz libpinyin-3a9fd71ff8083d94ef144ef88ec56c2e3b160f5e.tar.xz libpinyin-3a9fd71ff8083d94ef144ef88ec56c2e3b160f5e.zip |
update Makefile.am
Diffstat (limited to 'utils/storage')
-rw-r--r-- | utils/storage/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/utils/storage/Makefile.am b/utils/storage/Makefile.am index 13c54e9..ba3d8a0 100644 --- a/utils/storage/Makefile.am +++ b/utils/storage/Makefile.am @@ -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 |