Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac4
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4e9a614..fc08568 100644
--- 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:
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)