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
+2007-05-04 Carlos Garcia Campos <carlosgc@gnome.org>
+
+ * configure.ac:
+
+ Fix build when compiling with thumbnailer and libgnome support.
+
2007-05-04 Ross Burton <ross@openedhand.com>
* configure.ac:
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)