diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/storage/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/storage/Makefile.am b/src/storage/Makefile.am index 4a2f1f8..8e78568 100644 --- a/src/storage/Makefile.am +++ b/src/storage/Makefile.am @@ -21,12 +21,12 @@ INCLUDES = -I$(top_srcdir)/src/include \ libpinyinincludedir = $(includedir)/libpinyin-@VERSION@ -libpinyininclude_HEADERS= chewing_enum.h \ - chewing_key.h \ - pinyin_custom2.h +libpinyininclude_HEADERS= pinyin_custom2.h -noinst_HEADERS = pinyin_parser2.h \ +noinst_HEADERS = chewing_enum.h \ + chewing_key.h \ + pinyin_parser2.h \ phrase_index.h \ phrase_index_logger.h \ phrase_large_table2.h \ |