aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/Makefile.am
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-10-10 05:00:43 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-10-10 05:00:43 +0800
commitc09b8d79826135939ad0d614a9d307897b383ed1 (patch)
tree2b76d50eb0db1c3f5abdfd93550b8e23507ab2d4 /my-evolution/Makefile.am
parent2edd5bcefd8ab2e5c88e39a5ac6866275e02c840 (diff)
downloadgsoc2013-evolution-c09b8d79826135939ad0d614a9d307897b383ed1.tar
gsoc2013-evolution-c09b8d79826135939ad0d614a9d307897b383ed1.tar.gz
gsoc2013-evolution-c09b8d79826135939ad0d614a9d307897b383ed1.tar.bz2
gsoc2013-evolution-c09b8d79826135939ad0d614a9d307897b383ed1.tar.lz
gsoc2013-evolution-c09b8d79826135939ad0d614a9d307897b383ed1.tar.xz
gsoc2013-evolution-c09b8d79826135939ad0d614a9d307897b383ed1.tar.zst
gsoc2013-evolution-c09b8d79826135939ad0d614a9d307897b383ed1.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. * e-summary-calendar.h: #include <libical/ical.h> * e-summary.h: #include <libical/ical.h> svn path=/trunk/; revision=22842
Diffstat (limited to 'my-evolution/Makefile.am')
-rw-r--r--my-evolution/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/my-evolution/Makefile.am b/my-evolution/Makefile.am
index 3bb6fd91a4..0e727d62b2 100644
--- a/my-evolution/Makefile.am
+++ b/my-evolution/Makefile.am
@@ -4,8 +4,7 @@ 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 \
+ -I$(top_srcdir)/libical/src \
-DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \
-DEVOLUTION_DATADIR=\""$(datadir)"\" \
-DEVOLUTION_IMAGESDIR=\""$(imagesdir)"\" \