summaryrefslogtreecommitdiffstats
path: root/src/storage/Makefile.am
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-02-17 17:28:43 +0800
committerPeng Wu <alexepico@gmail.com>2013-02-17 17:31:26 +0800
commita8421c0fb6a25e4af628d43841cbb8b7cca81997 (patch)
treed9e86d4c93d7236cd0c4650b57271d822c503798 /src/storage/Makefile.am
parent8c8eabf8451c91635edf4cf48b20bc59210037ef (diff)
downloadlibpinyin-a8421c0fb6a25e4af628d43841cbb8b7cca81997.tar.gz
libpinyin-a8421c0fb6a25e4af628d43841cbb8b7cca81997.tar.xz
libpinyin-a8421c0fb6a25e4af628d43841cbb8b7cca81997.zip
Fixes issue reported by fundawang:
https://github.com/libpinyin/libpinyin/issues/33 merge libpinyin-0.8.0-link.patch.
Diffstat (limited to 'src/storage/Makefile.am')
-rw-r--r--src/storage/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage/Makefile.am b/src/storage/Makefile.am
index 322a9b5..4a2f1f8 100644
--- a/src/storage/Makefile.am
+++ b/src/storage/Makefile.am
@@ -17,7 +17,7 @@
INCLUDES = -I$(top_srcdir)/src/include \
-I$(top_srcdir)/src/storage \
- @GLIB2_CPPFLAGS@
+ @GLIB2_CFLAGS@
libpinyinincludedir = $(includedir)/libpinyin-@VERSION@