From 425a56dc706ee75ecbe4fc538b97f24541077686 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 16 Jan 2017 15:40:35 +0800 Subject: update Makefile.am --- src/lookup/Makefile.am | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/lookup/Makefile.am b/src/lookup/Makefile.am index 6d7b7c9..55c1881 100644 --- a/src/lookup/Makefile.am +++ b/src/lookup/Makefile.am @@ -22,7 +22,11 @@ INCLUDES = -I$(top_srcdir)/src/include \ noinst_HEADERS = lookup.h \ pinyin_lookup2.h \ - phrase_lookup.h + phrase_lookup.h \ + phonetic_lookup.h \ + phonetic_lookup_linear.h \ + phonetic_lookup_heap.h + noinst_LTLIBRARIES = liblookup.la @@ -32,4 +36,5 @@ liblookup_la_LDFLAGS = -static liblookup_la_SOURCES = pinyin_lookup2.cpp \ phrase_lookup.cpp \ - lookup.cpp + lookup.cpp \ + phonetic_lookup.cpp -- cgit