From: Carlos Garcia Campos Date: Fri, 4 May 2007 17:08:02 +0000 (+0000) Subject: Fix build when compiling with thumbnailer and libgnome support. X-Git-Tag: EVINCE_0_9_0~22 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;ds=sidebyside;h=4e66fb3c186bf2b91e54bf5eab247da07ac2c9a2;p=evince.git Fix build when compiling with thumbnailer and libgnome support. 2007-05-04 Carlos Garcia Campos * configure.ac: Fix build when compiling with thumbnailer and libgnome support. svn path=/trunk/; revision=2437 --- diff --git a/ChangeLog b/ChangeLog index 4e9a6143..fc08568f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-05-04 Carlos Garcia Campos + + * configure.ac: + + Fix build when compiling with thumbnailer and libgnome support. + 2007-05-04 Ross Burton * configure.ac: diff --git a/configure.ac b/configure.ac index 8962561b..f6b37be2 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)