aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-10-10 04:55:15 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-10-10 04:55:15 +0800
commit5bce9a8c760d985a6294abd3724da0b33c7151a7 (patch)
treef363f8368f770163946a9dc0cae5746c93702a4a /shell
parent574ed950dad8a517ea0dc0ac9cbc0b364e26606e (diff)
downloadgsoc2013-evolution-5bce9a8c760d985a6294abd3724da0b33c7151a7.tar
gsoc2013-evolution-5bce9a8c760d985a6294abd3724da0b33c7151a7.tar.gz
gsoc2013-evolution-5bce9a8c760d985a6294abd3724da0b33c7151a7.tar.bz2
gsoc2013-evolution-5bce9a8c760d985a6294abd3724da0b33c7151a7.tar.lz
gsoc2013-evolution-5bce9a8c760d985a6294abd3724da0b33c7151a7.tar.xz
gsoc2013-evolution-5bce9a8c760d985a6294abd3724da0b33c7151a7.tar.zst
gsoc2013-evolution-5bce9a8c760d985a6294abd3724da0b33c7151a7.zip
INCLUDE path fixes for changes made to libical build.
2003-10-09 Jeffrey Stedfast <fejj@ximian.com> * Makefile.am: INCLUDE path fixes for changes made to libical build. svn path=/trunk/; revision=22840
Diffstat (limited to 'shell')
-rw-r--r--shell/ChangeLog5
-rw-r--r--shell/Makefile.am3
2 files changed, 6 insertions, 2 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 <fejj@ximian.com>
+
+ * Makefile.am: INCLUDE path fixes for changes made to libical
+ build.
+
2003-09-30 Ismael Olea <ismael@olea.org>
* 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)"\" \