Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2007-05-04 17:08:02 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2007-05-04 17:08:02 (GMT)
commit4e66fb3c186bf2b91e54bf5eab247da07ac2c9a2 (patch)
tree5d645873e8b4472573ce25c85dc474c08678e908 /configure.ac
parent64153d3fe6c59d09f13131db5f376df550f966ac (diff)
Fix build when compiling with thumbnailer and libgnome support.
2007-05-04 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: Fix build when compiling with thumbnailer and libgnome support. svn path=/trunk/; revision=2437
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 8962561..f6b37be 100644
--- a/configure.ac
+++ b/configure.ac
@@ -162,8 +162,8 @@ SHELL_LIBS="$SHELL_CORE_LIBS $DBUS_LIBS $GNOMEUI_LIBS -lz"
AC_SUBST(SHELL_CFLAGS)
AC_SUBST(SHELL_LIBS)
-FRONTEND_CFLAGS="$FRONTEND_CORE_CFLAGS"
-FRONTEND_LIBS="$FRONTEND_CORE_LIBS -lz"
+FRONTEND_CFLAGS="$FRONTEND_CORE_CFLAGS $GNOME_CFLAGS"
+FRONTEND_LIBS="$FRONTEND_CORE_LIBS $GNOME_LIBS -lz"
AC_SUBST(FRONTEND_CFLAGS)
AC_SUBST(FRONTEND_LIBS)