From 991daf5287d3abcc16d8f05fe801901a329c3093 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Wed, 14 Dec 2011 15:13:02 +0800 Subject: add chewing_enum.h to Makefile.am --- src/storage/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/storage/Makefile.am b/src/storage/Makefile.am index 44b84cb..66e0a91 100644 --- a/src/storage/Makefile.am +++ b/src/storage/Makefile.am @@ -38,6 +38,7 @@ noinst_HEADERS = pinyin_large_table.h \ pinyin_parser_table.h \ double_pinyin_table.h \ chewing_table.h \ + chewing_enum.h \ pinyin_parser2.h \ pinyin_phrase2.h \ chewing_large_table.h \ -- cgit