From 5a74c91af79108d08427c6ff2cb46e0742f064de Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Fri, 22 Mar 2013 14:40:04 +0800 Subject: fixes include headers --- src/storage/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') 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 \ -- cgit