summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-03-22 14:40:04 +0800
committerPeng Wu <alexepico@gmail.com>2013-03-22 14:40:04 +0800
commit5a74c91af79108d08427c6ff2cb46e0742f064de (patch)
tree272d996aed7d4da2216094365199f717695437cd /src
parentaa1e6359c4a3bb43f21bee6730c18f892d5977e7 (diff)
downloadlibpinyin-5a74c91af79108d08427c6ff2cb46e0742f064de.tar.gz
libpinyin-5a74c91af79108d08427c6ff2cb46e0742f064de.tar.xz
libpinyin-5a74c91af79108d08427c6ff2cb46e0742f064de.zip
fixes include headers
Diffstat (limited to 'src')
-rw-r--r--src/storage/Makefile.am8
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 \