From 5bce9a8c760d985a6294abd3724da0b33c7151a7 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 9 Oct 2003 20:55:15 +0000 Subject: INCLUDE path fixes for changes made to libical build. 2003-10-09 Jeffrey Stedfast * Makefile.am: INCLUDE path fixes for changes made to libical build. svn path=/trunk/; revision=22840 --- shell/ChangeLog | 5 +++++ shell/Makefile.am | 3 +-- wombat/ChangeLog | 5 +++++ wombat/Makefile.am | 3 +-- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/shell/ChangeLog b/shell/ChangeLog index 50ca6f1263..93ba41eb4e 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2003-10-09 Jeffrey Stedfast + + * Makefile.am: INCLUDE path fixes for changes made to libical + build. + 2003-09-30 Ismael Olea * e-shell-about-box.c: fixed encoding for Spanish translators. diff --git a/shell/Makefile.am b/shell/Makefile.am index 1631ccdef0..097e8a8c87 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -5,8 +5,7 @@ INCLUDES = \ -DBONOBO_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED \ -I$(top_srcdir)/widgets \ -I$(top_srcdir)/widgets/misc \ - -I$(top_srcdir)/libical/src/libical \ - -I$(top_builddir)/libical/src/libical \ + -I$(top_srcdir)/libical/src \ -I$(top_srcdir) \ -DEVOLUTION_IMAGES=\""$(imagesdir)"\" \ -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \ diff --git a/wombat/ChangeLog b/wombat/ChangeLog index f3b0124776..6d643b4ff6 100644 --- a/wombat/ChangeLog +++ b/wombat/ChangeLog @@ -1,3 +1,8 @@ +2003-10-09 Jeffrey Stedfast + + * Makefile.am: INCLUDE path fixes for changes made to libical + build. + 2003-06-26 Rodrigo Moya * Evolution-Wombat.idl: removed WombatClient interface. diff --git a/wombat/Makefile.am b/wombat/Makefile.am index 0e2837bbeb..73c18e01ed 100644 --- a/wombat/Makefile.am +++ b/wombat/Makefile.am @@ -11,8 +11,7 @@ INCLUDES = \ -I$(top_srcdir)/calendar \ -I$(top_srcdir)/calendar \ -I$(top_builddir)/calendar \ - -I$(top_srcdir)/libical/src/libical \ - -I$(top_builddir)/libical/src/libical \ + -I$(top_srcdir)/libical/src \ -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \ $(WOMBAT_CFLAGS) -- cgit v1.2.3