diff options
-rw-r--r-- | my-evolution/ChangeLog | 4 | ||||
-rw-r--r-- | my-evolution/Makefile.am | 2 |
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) \ |