]> www.fi.muni.cz Git - evince.git/commitdiff
Fix build when compiling with thumbnailer and libgnome support.
authorCarlos Garcia Campos <carlosgc@gnome.org>
Fri, 4 May 2007 17:08:02 +0000 (17:08 +0000)
committerCarlos Garcia Campos <carlosgc@src.gnome.org>
Fri, 4 May 2007 17:08:02 +0000 (17:08 +0000)
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

ChangeLog
configure.ac

index 4e9a61434dd964dc4430248e587cc9bd705db0f3..fc08568fb63cb597c2940a3c2ab81d060f111416 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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:
index 8962561b59ba4bf01a055da2a585e398201884c9..f6b37be2bf168028ac386a9a0a85f043fe7fe4f5 100644 (file)
@@ -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)