summaryrefslogtreecommitdiffstats
path: root/src/lookup/Makefile.am
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-08-30 15:00:37 +0800
committerPeng Wu <alexepico@gmail.com>2011-08-30 15:00:37 +0800
commitb988c0639be9b5b184aa2fed5fd69338abe748f5 (patch)
tree0ecbe784c482ce919098fbe83f6269a074cad20c /src/lookup/Makefile.am
parent12c6b51b1296aad330df572794693d37423179a4 (diff)
downloadlibpinyin-b988c0639be9b5b184aa2fed5fd69338abe748f5.tar.gz
libpinyin-b988c0639be9b5b184aa2fed5fd69338abe748f5.tar.xz
libpinyin-b988c0639be9b5b184aa2fed5fd69338abe748f5.zip
install public headers only
Diffstat (limited to 'src/lookup/Makefile.am')
-rw-r--r--src/lookup/Makefile.am8
1 files changed, 4 insertions, 4 deletions
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