summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2015-04-13 14:02:15 +0800
committerPeng Wu <alexepico@gmail.com>2015-04-13 14:02:15 +0800
commitebbe25e0cae57e530a11ae12b965a330ff9496f4 (patch)
treece664d2e78289646460698536a1b69814801254c /src
parenta1d27fd07ae0dd1001dc6a0a2efd2d6890bcc1ed (diff)
downloadlibpinyin-ebbe25e0cae57e530a11ae12b965a330ff9496f4.tar.gz
libpinyin-ebbe25e0cae57e530a11ae12b965a330ff9496f4.tar.xz
libpinyin-ebbe25e0cae57e530a11ae12b965a330ff9496f4.zip
update autoconf
Diffstat (limited to 'src')
-rw-r--r--src/lookup/phrase_lookup.cpp1
-rw-r--r--src/storage/Makefile.am1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/lookup/phrase_lookup.cpp b/src/lookup/phrase_lookup.cpp
index f7da0b7..451bc3a 100644
--- a/src/lookup/phrase_lookup.cpp
+++ b/src/lookup/phrase_lookup.cpp
@@ -24,7 +24,6 @@
#include "novel_types.h"
#include "phrase_index.h"
#include "facade_phrase_table2.h"
-#include "ngram.h"
#include "phrase_lookup.h"
using namespace pinyin;
diff --git a/src/storage/Makefile.am b/src/storage/Makefile.am
index 7c28ed8..e660608 100644
--- a/src/storage/Makefile.am
+++ b/src/storage/Makefile.am
@@ -31,6 +31,7 @@ noinst_HEADERS = chewing_enum.h \
phrase_index_logger.h \
phrase_large_table2.h \
ngram.h \
+ ngram_bdb.h \
flexible_ngram.h \
tag_utility.h \
pinyin_parser_table.h \