diff options
author | Peng Wu <alexepico@gmail.com> | 2011-11-17 15:06:52 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2011-11-17 15:06:52 +0800 |
commit | a9864c66724dc3a74324afc2a28ca801c6ca7477 (patch) | |
tree | b8d42075fb00d2d00a8247e93b400058455e3b5a /src/storage/Makefile.am | |
parent | 7fddc0894cf2ea1bff0e10285cf5181d8f076074 (diff) | |
download | libpinyin-a9864c66724dc3a74324afc2a28ca801c6ca7477.tar.gz libpinyin-a9864c66724dc3a74324afc2a28ca801c6ca7477.tar.xz libpinyin-a9864c66724dc3a74324afc2a28ca801c6ca7477.zip |
begin to add pinyin_phrase2.h
Diffstat (limited to 'src/storage/Makefile.am')
-rw-r--r-- | src/storage/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/storage/Makefile.am b/src/storage/Makefile.am index f1f8329..24063d3 100644 --- a/src/storage/Makefile.am +++ b/src/storage/Makefile.am @@ -35,7 +35,9 @@ noinst_HEADERS = pinyin_large_table.h \ ngram.h \ flexible_ngram.h \ tag_utility.h \ - pinyin_parser_table.h + pinyin_parser_table.h \ + pinyin_parser2.h \ + pinyin_phrase2.h noinst_LTLIBRARIES = libstorage.la |