From 5839d83bd2b23fc2f67f2b684bad4c18823ada97 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Tue, 4 Feb 2003 07:57:30 +0000 Subject: add gnome-vfs-module-2.0 to the deps so we pick up the right include path. 2003-02-03 Chris Toshok * configure.in (EVOLUTION_MAIL): add gnome-vfs-module-2.0 to the deps so we pick up the right include path. svn path=/trunk/; revision=19724 --- ChangeLog | 5 +++++ configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 968413e9a2..b525821279 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-02-03 Chris Toshok + + * configure.in (EVOLUTION_MAIL): add gnome-vfs-module-2.0 to the + deps so we pick up the right include path. + 2003-02-03 Chris Toshok * configure.in: remove the --enable-shlib-components stuff. diff --git a/configure.in b/configure.in index ce3978121e..f7397a39c5 100644 --- a/configure.in +++ b/configure.in @@ -1118,7 +1118,7 @@ fi dnl --- evolution-mail flags -EVO_SET_COMPILE_FLAGS(EVOLUTION_MAIL, libgnome-2.0 libgnomeui-2.0 libbonoboui-2.0 gal-2.0 >= $GAL_VERSION libglade-2.0 soup-2.0 libgnomeprint-2.2 libgnomeprintui-2.2 libgtkhtml-3.0 libxml-2.0 bonobo-activation-2.0 gthread-2.0 gconf-2.0 $mozilla_nss) +EVO_SET_COMPILE_FLAGS(EVOLUTION_MAIL, libgnome-2.0 libgnomeui-2.0 libbonoboui-2.0 gal-2.0 >= $GAL_VERSION libglade-2.0 gnome-vfs-module-2.0 soup-2.0 libgnomeprint-2.2 libgnomeprintui-2.2 libgtkhtml-3.0 libxml-2.0 bonobo-activation-2.0 gthread-2.0 gconf-2.0 $mozilla_nss) AC_SUBST(EVOLUTION_MAIL_CFLAGS) AC_SUBST(EVOLUTION_MAIL_LIBS) -- cgit