From ad95c6e7b205cabbed6e2ede170f6da02e8521d7 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Fri, 15 Jun 2001 15:37:41 +0000 Subject: Fix includes so that libical need not be installed 2001-06-15 JP Rosevear * Makefile.am: Fix includes so that libical need not be installed svn path=/trunk/; revision=10251 --- my-evolution/ChangeLog | 4 ++++ my-evolution/Makefile.am | 2 ++ 2 files changed, 6 insertions(+) (limited to 'my-evolution') 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 + + * Makefile.am: Fix includes so that libical need not be installed + 2001-06-14 JP Rosevear * 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) \ -- cgit v1.2.3