aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2003-11-08 01:57:09 +0800
committerJP Rosevear <jpr@src.gnome.org>2003-11-08 01:57:09 +0800
commit0f2ddecb1d732d67d9abc73771d4f69a896909c7 (patch)
tree82b5c8720a6f7f95c3bc0bb655ab45d785c3a42e
parentd84b2704584cf898095398bb4eec7157919815f8 (diff)
downloadgsoc2013-evolution-0f2ddecb1d732d67d9abc73771d4f69a896909c7.tar
gsoc2013-evolution-0f2ddecb1d732d67d9abc73771d4f69a896909c7.tar.gz
gsoc2013-evolution-0f2ddecb1d732d67d9abc73771d4f69a896909c7.tar.bz2
gsoc2013-evolution-0f2ddecb1d732d67d9abc73771d4f69a896909c7.tar.lz
gsoc2013-evolution-0f2ddecb1d732d67d9abc73771d4f69a896909c7.tar.xz
gsoc2013-evolution-0f2ddecb1d732d67d9abc73771d4f69a896909c7.tar.zst
gsoc2013-evolution-0f2ddecb1d732d67d9abc73771d4f69a896909c7.zip
don't include toplevel libical
2003-11-07 JP Rosevear <jpr@ximian.com> * calendar/Makefile.am (INCLUDES): don't include toplevel libical svn path=/trunk/; revision=23227
-rw-r--r--a11y/ChangeLog4
-rw-r--r--a11y/calendar/Makefile.am1
2 files changed, 4 insertions, 1 deletions
diff --git a/a11y/ChangeLog b/a11y/ChangeLog
index cc85293c28..0f22cd70bb 100644
--- a/a11y/ChangeLog
+++ b/a11y/ChangeLog
@@ -1,5 +1,9 @@
2003-11-07 JP Rosevear <jpr@ximian.com>
+ * calendar/Makefile.am (INCLUDES): don't include toplevel libical
+
+2003-11-07 JP Rosevear <jpr@ximian.com>
+
* Handle some more renaming
2003-11-07 JP Rosevear <jpr@ximian.com>
diff --git a/a11y/calendar/Makefile.am b/a11y/calendar/Makefile.am
index 80f7274396..ff87e7c24d 100644
--- a/a11y/calendar/Makefile.am
+++ b/a11y/calendar/Makefile.am
@@ -51,7 +51,6 @@ INCLUDES = \
-I$(top_srcdir)/shell \
-I$(top_srcdir)/calendar \
-I$(top_srcdir)/calendar/cal-client \
- -I$(top_srcdir)/libical/src \
-I$(top_srcdir)/calendar/gui \
-I$(top_srcdir)/widgets \
-I$(top_srcdir)/a11y \