summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-12-06 18:16:28 +0800
committerPeng Wu <alexepico@gmail.com>2011-12-06 18:16:28 +0800
commitf48d39a105898a8f915b6609ec86e16cf74122fc (patch)
tree5a223bd22736e7b134287a5c451af15c99e78f9b
parentd89098230d873ca1e56af70b3c25a136576e743f (diff)
downloadlibpinyin-f48d39a105898a8f915b6609ec86e16cf74122fc.tar.gz
libpinyin-f48d39a105898a8f915b6609ec86e16cf74122fc.tar.xz
libpinyin-f48d39a105898a8f915b6609ec86e16cf74122fc.zip
fixes makefile
-rw-r--r--src/storage/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/storage/Makefile.am b/src/storage/Makefile.am
index d0c4b01..44b84cb 100644
--- a/src/storage/Makefile.am
+++ b/src/storage/Makefile.am
@@ -40,7 +40,9 @@ noinst_HEADERS = pinyin_large_table.h \
chewing_table.h \
pinyin_parser2.h \
pinyin_phrase2.h \
- chewing_large_table.h
+ chewing_large_table.h \
+ facade_chewing_table.h \
+ facade_phrase_table.h
noinst_LTLIBRARIES = libstorage.la