summaryrefslogtreecommitdiffstats
path: root/utils/segment/Makefile.am
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2010-10-27 11:28:35 +0800
committerPeng Wu <alexepico@gmail.com>2010-10-27 11:28:35 +0800
commit00bb37cc3e5b298b35cd4af8cdeec2fa19e5922c (patch)
treedeef0fa74bd2e312fe24be93291a5092d785d6ee /utils/segment/Makefile.am
parent62d4d99e5754304a57f53a80ff61061506a0e908 (diff)
downloadlibpinyin-00bb37cc3e5b298b35cd4af8cdeec2fa19e5922c.tar.gz
libpinyin-00bb37cc3e5b298b35cd4af8cdeec2fa19e5922c.tar.xz
libpinyin-00bb37cc3e5b298b35cd4af8cdeec2fa19e5922c.zip
switch to pinyin.h
Diffstat (limited to 'utils/segment/Makefile.am')
-rw-r--r--utils/segment/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/segment/Makefile.am b/utils/segment/Makefile.am
index 789de23..18b9ba4 100644
--- a/utils/segment/Makefile.am
+++ b/utils/segment/Makefile.am
@@ -17,7 +17,8 @@
MAINTAINERCLEANFILES = Makefile.in
-INCLUDES = -I$(top_srcdir)/src/include \
+INCLUDES = -I$(top_srcdir)/src \
+ -I$(top_srcdir)/src/include \
-I$(top_srcdir)/src/storage \
-I$(top_srcdir)/src/lookup \
@GLIB2_CPPFLAGS@