diff options
-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) |