From b988c0639be9b5b184aa2fed5fd69338abe748f5 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 30 Aug 2011 15:00:37 +0800 Subject: install public headers only --- src/lookup/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/lookup/Makefile.am') diff --git a/src/lookup/Makefile.am b/src/lookup/Makefile.am index 9efb92e..fdbe709 100644 --- a/src/lookup/Makefile.am +++ b/src/lookup/Makefile.am @@ -21,10 +21,10 @@ INCLUDES = -I$(top_srcdir)/src/include \ -I$(top_srcdir)/src/storage \ @GLIB2_CPPFLAGS@ -libpinyinincludedir = $(includedir)/libpinyin-@LIBPINYIN_BINARY_VERSION@ - -libpinyininclude_HEADERS= lookup.h pinyin_lookup.h \ - phrase_lookup.h winner_tree.h +noinst_HEADERS = lookup.h \ + pinyin_lookup.h \ + phrase_lookup.h \ + winner_tree.h noinst_LTLIBRARIES = liblookup.la -- cgit