aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP Rosevear <jpr@novell.com>2005-01-06 23:11:28 +0800
committerJP Rosevear <jpr@src.gnome.org>2005-01-06 23:11:28 +0800
commit53c83dd1b676661df29fc924fb73ac119cd1c85a (patch)
treea667fcc8c954331cb098d3d32029bebdc6655bce
parent7627d2f868053a6d96abfa34dc00510a65ef492c (diff)
downloadgsoc2013-evolution-53c83dd1b676661df29fc924fb73ac119cd1c85a.tar
gsoc2013-evolution-53c83dd1b676661df29fc924fb73ac119cd1c85a.tar.gz
gsoc2013-evolution-53c83dd1b676661df29fc924fb73ac119cd1c85a.tar.bz2
gsoc2013-evolution-53c83dd1b676661df29fc924fb73ac119cd1c85a.tar.lz
gsoc2013-evolution-53c83dd1b676661df29fc924fb73ac119cd1c85a.tar.xz
gsoc2013-evolution-53c83dd1b676661df29fc924fb73ac119cd1c85a.tar.zst
gsoc2013-evolution-53c83dd1b676661df29fc924fb73ac119cd1c85a.zip
include top_srcdir
2005-01-06 JP Rosevear <jpr@novell.com> * Makefile.am: include top_srcdir svn path=/trunk/; revision=28254
-rw-r--r--plugins/calendar-http/ChangeLog4
-rw-r--r--plugins/calendar-http/Makefile.am1
2 files changed, 5 insertions, 0 deletions
diff --git a/plugins/calendar-http/ChangeLog b/plugins/calendar-http/ChangeLog
index 3aa724b28b..7140b2c21f 100644
--- a/plugins/calendar-http/ChangeLog
+++ b/plugins/calendar-http/ChangeLog
@@ -1,3 +1,7 @@
+2005-01-06 JP Rosevear <jpr@novell.com>
+
+ * Makefile.am: include top_srcdir
+
2004-12-28 David Trowbridge <David.Trowbridge@Colorado.edu>
* calendar-http.c (e_calendar_http_check): s/strcmp/strncmp.
diff --git a/plugins/calendar-http/Makefile.am b/plugins/calendar-http/Makefile.am
index 129ceab359..efe8c01679 100644
--- a/plugins/calendar-http/Makefile.am
+++ b/plugins/calendar-http/Makefile.am
@@ -1,4 +1,5 @@
INCLUDES = \
+ -I$(top_srcdir) \
$(EVOLUTION_CFLAGS) \
$(EVOLUTION_CALENDAR_CFLAGS) \
$(SOURCE_SEL_CFLAGS)