build: Pass ZLIB_CFLAGS for gio build

Otherwise we will fail if zlib is in an alternative prefix.

Commit message written by Colin Walters <walters@verbum.org>

https://bugzilla.gnome.org/show_bug.cgi?id=655769
This commit is contained in:
kotarou 2011-08-03 08:46:04 -04:00 committed by Colin Walters
parent ee63179b71
commit a187199efd

View File

@ -415,6 +415,8 @@ libgio_2_0_la_LIBADD = \
$(XATTR_LIBS) \
$(NULL)
libgio_2_0_la_CPPFLAGS = $(ZLIB_CFLAGS) $(AM_CPPFLAGS)
if PLATFORM_WIN32
no_undefined = -no-undefined
endif