diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-01-15 02:07:36 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-01-15 16:11:31 +0100 |
commit | a107e4b5ddb5e8d594bc8922062a1a8a32187396 (patch) | |
tree | 19d4abd6dd357a1a017167a06add2429c5e8096c /configure.in | |
parent | 1c7c480e7465a077b1ede8be39329b14d31ba847 (diff) |
config*: add cflags for gio, gconf and gnomevfs
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 6 insertions, 0 deletions
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) |