aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2001-06-15 23:37:41 +0800
committerJP Rosevear <jpr@src.gnome.org>2001-06-15 23:37:41 +0800
commitad95c6e7b205cabbed6e2ede170f6da02e8521d7 (patch)
treecd1d14da82724e345ba537bb85702f6876138cac /my-evolution
parent19904850fe0243f4da14ebedb42c4566c249cb12 (diff)
downloadgsoc2013-evolution-ad95c6e7b205cabbed6e2ede170f6da02e8521d7.tar
gsoc2013-evolution-ad95c6e7b205cabbed6e2ede170f6da02e8521d7.tar.gz
gsoc2013-evolution-ad95c6e7b205cabbed6e2ede170f6da02e8521d7.tar.bz2
gsoc2013-evolution-ad95c6e7b205cabbed6e2ede170f6da02e8521d7.tar.lz
gsoc2013-evolution-ad95c6e7b205cabbed6e2ede170f6da02e8521d7.tar.xz
gsoc2013-evolution-ad95c6e7b205cabbed6e2ede170f6da02e8521d7.tar.zst
gsoc2013-evolution-ad95c6e7b205cabbed6e2ede170f6da02e8521d7.zip
Fix includes so that libical need not be installed
2001-06-15 JP Rosevear <jpr@ximian.com> * Makefile.am: Fix includes so that libical need not be installed svn path=/trunk/; revision=10251
Diffstat (limited to 'my-evolution')
-rw-r--r--my-evolution/ChangeLog4
-rw-r--r--my-evolution/Makefile.am2
2 files changed, 6 insertions, 0 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog
index 76a7a02cf7..8f302d1363 100644
--- a/my-evolution/ChangeLog
+++ b/my-evolution/ChangeLog
@@ -1,3 +1,7 @@
+2001-06-15 JP Rosevear <jpr@ximian.com>
+
+ * Makefile.am: Fix includes so that libical need not be installed
+
2001-06-14 JP Rosevear <jpr@ximian.com>
* Makefile.am: add my-evolution-html.h to the sources
diff --git a/my-evolution/Makefile.am b/my-evolution/Makefile.am
index 0050ff4e5d..48b1c4cd7f 100644
--- a/my-evolution/Makefile.am
+++ b/my-evolution/Makefile.am
@@ -6,6 +6,8 @@ INCLUDES = \
-I$(top_builddir)/shell \
-I$(top_srcdir)/calendar \
-I$(top_builddir)/calendar/cal-client \
+ -I$(top_srcdir)/libical/src/libical \
+ -I$(top_builddir)/libical/src/libical \
$(EXTRA_GNOME_CFLAGS) \
$(GNOME_VFS_CFLAGS) \
$(GTKHTML_CFLAGS) \