From f48d39a105898a8f915b6609ec86e16cf74122fc Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 6 Dec 2011 18:16:28 +0800 Subject: fixes makefile --- src/storage/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit