From 3a976f98a272a6391f06dc1d2d5c9de36cb1aad2 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 14 Oct 2010 14:39:38 +0800 Subject: add pinyin.h --- src/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 6894e01..ad037fb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -24,6 +24,14 @@ CLEANFILES = *.bak ACLOCAL = aclocal -I $(ac_aux_dir) +INCLUDES = -I$(top_srcdir)/src \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/storage \ + -I$(top_srcdir)/src/lookup \ + @GLIB2_CPPFLAGS@ + +noinst_HEADERS = pinyin.h + noinst_LTLIBRARIES = libpinyin.la libpinyin_la_LDFLAGS = -static -- cgit