summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lookup/Makefile.am9
1 files 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