From a8421c0fb6a25e4af628d43841cbb8b7cca81997 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Sun, 17 Feb 2013 17:28:43 +0800 Subject: Fixes issue reported by fundawang: https://github.com/libpinyin/libpinyin/issues/33 merge libpinyin-0.8.0-link.patch. --- src/storage/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/storage/Makefile.am') 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@ -- cgit