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 --- configure.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index d3b3a7e1448f..cef039eeebdf 100644 --- a/configure.in +++ b/configure.in @@ -7762,6 +7762,8 @@ if test "$_os" != "WINNT" -a "$_os" != "Darwin" -a "$enable_gconf" = "yes"; then else AC_MSG_RESULT([no]) fi +AC_SUBST(GCONF_LIBS) +AC_SUBST(GCONF_CFLAGS) AC_SUBST(ENABLE_GCONF) dnl =================================================================== @@ -7777,6 +7779,8 @@ if test "$_os" != "WINNT" -a "$_os" != "Darwin" -a "$enable_gnome_vfs" = "yes" - else AC_MSG_RESULT([no]) fi +AC_SUBST(GNOMEVFS_LIBS) +AC_SUBST(GNOMEVFS_CFLAGS) AC_SUBST(ENABLE_GNOMEVFS) dnl =================================================================== @@ -7830,6 +7834,8 @@ if test "$test_gtk" = "yes"; then fi fi AC_SUBST(ENABLE_GIO) +AC_SUBST(GIO_CFLAGS) +AC_SUBST(GIO_LIBS) AC_SUBST(ENABLE_DBUS) AC_SUBST(ENABLE_SYSTRAY_GTK) AC_SUBST(GTK_CFLAGS) -- cgit