From f990d3004fed619377d5f5d0bd64f6201ce91c26 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Fri, 9 Sep 2011 11:23:48 +0800 Subject: merge duplicated convert to utf8 functions --- src/lookup/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/lookup/Makefile.am') diff --git a/src/lookup/Makefile.am b/src/lookup/Makefile.am index fdbe709..a5afe83 100644 --- a/src/lookup/Makefile.am +++ b/src/lookup/Makefile.am @@ -32,4 +32,7 @@ liblookup_la_CXXFLAGS = "-fPIC" liblookup_la_LDFLAGS = -static -liblookup_la_SOURCES = pinyin_lookup.cpp winner_tree.cpp phrase_lookup.cpp +liblookup_la_SOURCES = pinyin_lookup.cpp \ + winner_tree.cpp \ + phrase_lookup.cpp \ + lookup.cpp -- cgit