diff options
author | JP Rosevear <jpr@novell.com> | 2005-01-06 23:11:28 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2005-01-06 23:11:28 +0800 |
commit | 53c83dd1b676661df29fc924fb73ac119cd1c85a (patch) | |
tree | a667fcc8c954331cb098d3d32029bebdc6655bce /plugins/calendar-http | |
parent | 7627d2f868053a6d96abfa34dc00510a65ef492c (diff) | |
download | gsoc2013-evolution-53c83dd1b676661df29fc924fb73ac119cd1c85a.tar.gz 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
Diffstat (limited to 'plugins/calendar-http')
-rw-r--r-- | plugins/calendar-http/ChangeLog | 4 | ||||
-rw-r--r-- | plugins/calendar-http/Makefile.am | 1 |
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) |