From a107e4b5ddb5e8d594bc8922062a1a8a32187396 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Sun, 15 Jan 2012 02:07:36 +0100 Subject: config*: add cflags for gio, gconf and gnomevfs --- config_host.mk.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config_host.mk.in') diff --git a/config_host.mk.in b/config_host.mk.in index 57125bd0fcde..280c84432865 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -112,10 +112,16 @@ export FONTCONFIG_CFLAGS="@FONTCONFIG_CFLAGS@" export FONTCONFIG_LIBS="@FONTCONFIG_LIBS@" export FREETYPE_CFLAGS="@FREETYPE_CFLAGS@" export FREETYPE_LIBS="@FREETYPE_LIBS@" +export GCONF_CFLAGS="@GCONF_CFLAGS@" +export GCONF_LIBS="@GCONF_LIBS@" +export GIO_CFLAGS="@GIO_CFLAGS@" +export GIO_LIBS="@GIO_LIBS@" export GIT_LINK_SRC="@GIT_LINK_SRC@" export GIT_REPO_NAMES="@GIT_REPO_NAMES@" export GMAKE_MODULE_PARALLELISM="@GMAKE_MODULE_PARALLELISM@" export GMAKE_PARALLELISM="@GMAKE_PARALLELISM@" +export GNOMEVFS_CFLAGS="@GNOMEVFS_CFLAGS@" +export GNOMEVFS_LIBS="@GNOMEVFS_LIBS@" @x_GNUCP@ export GNUCOPY="@GNUCP@" export GNUMAKE="@GNUMAKE@" export GNUTAR="@GNUTAR@" -- cgit