Changed the way header files are included so that they are picked up from
authorChenthill Palanisamy <pchen@src.gnome.org>
Tue, 31 Jul 2007 18:38:52 +0000 (18:38 +0000)
committerChenthill Palanisamy <pchen@src.gnome.org>
Tue, 31 Jul 2007 18:38:52 +0000 (18:38 +0000)
Changed the way header files are included so
that they are picked up from the source rather than install
area.

svn path=/trunk/; revision=7901

18 files changed:
calendar/ChangeLog
calendar/backends/caldav/create-account.c
calendar/backends/caldav/e-cal-backend-caldav.c
calendar/backends/contacts/e-cal-backend-contacts.c
calendar/backends/file/e-cal-backend-file.c
calendar/backends/groupwise/e-cal-backend-groupwise-utils.c
calendar/backends/groupwise/e-cal-backend-groupwise.c
calendar/backends/http/e-cal-backend-http.c
calendar/backends/weather/e-weather-source-ccf.c
calendar/libecal/e-cal.c
calendar/libecal/e-cal.h
calendar/libedata-cal/e-cal-backend-cache.h
calendar/libedata-cal/e-cal-backend-sexp.c
calendar/libedata-cal/e-cal-backend-sexp.h
calendar/libedata-cal/e-cal-backend-util.c
calendar/libedata-cal/e-cal-backend.h
calendar/libedata-cal/e-data-cal-factory.c
calendar/libedata-cal/e-data-cal-view.c

index 72afb3c..b93346e 100644 (file)
@@ -1,3 +1,24 @@
+2007-07-31  Chenthill Palanisamy  <pchenthill@novell.com>
+
+       * backends/caldav/create-account.c:
+       * backends/caldav/e-cal-backend-caldav.c:
+       * backends/contacts/e-cal-backend-contacts.c:
+       * backends/file/e-cal-backend-file.c:
+       * backends/groupwise/e-cal-backend-groupwise-utils.c:
+       * backends/groupwise/e-cal-backend-groupwise.c:
+       * backends/http/e-cal-backend-http.c:
+       * backends/weather/e-weather-source-ccf.c:
+       * libecal/e-cal.c:
+       * libecal/e-cal.h:
+       * libedata-cal/e-cal-backend-cache.h:
+       * libedata-cal/e-cal-backend-sexp.c:
+       * libedata-cal/e-cal-backend-sexp.h:
+       * libedata-cal/e-cal-backend-util.c:
+       * libedata-cal/e-cal-backend.h:
+       * libedata-cal/e-data-cal-factory.c:
+       * libedata-cal/e-data-cal-view.c: Changed the way header files are included so
+       that they are picked up from the source rather than install area.
+
 2007-07-30  Chenthill Palanisamy  <pchenthill@novell.com>
 
        Fixes a memory corruption.
index ff9c059..949b10b 100644 (file)
@@ -2,7 +2,7 @@
 #include <config.h>
 #include <gconf/gconf-client.h>
 #include <glib/gmain.h>
-#include <libedataserver/e-source-list.h>
+#include "libedataserver/e-source-list.h"
 
 static GConfClient *conf_client;
 static GMainLoop *main_loop;
index 0fe9186..65ca99d 100644 (file)
@@ -27,7 +27,7 @@
 #include <bonobo/bonobo-exception.h>
 #include <bonobo/bonobo-moniker-util.h>
 #include <glib/gi18n-lib.h>
-#include <libedataserver/e-xml-hash-utils.h>
+#include "libedataserver/e-xml-hash-utils.h"
 #include <libecal/e-cal-recur.h>
 #include <libecal/e-cal-util.h>
 #include <libecal/e-cal-time-util.h>
index 37e8027..d7fcdc4 100644 (file)
@@ -31,7 +31,7 @@
 #include "e-cal-backend-contacts.h"
 
 #include <glib/gi18n-lib.h>
-#include <libedataserver/e-xml-hash-utils.h>
+#include "libedataserver/e-xml-hash-utils.h"
 #include <libecal/e-cal-recur.h>
 #include <libecal/e-cal-util.h>
 #include <libedata-cal/e-cal-backend-util.h>
@@ -39,7 +39,7 @@
 
 #include <libebook/e-book.h>
 
-#include <libedataserver/e-source-list.h>
+#include "libedataserver/e-source-list.h"
 
 static ECalBackendSyncClass *parent_class;
 
index d4e4570..ea1a063 100644 (file)
@@ -33,8 +33,8 @@
 #include <glib/gstdio.h>
 #include <glib/gi18n-lib.h>
 #include <libgnomevfs/gnome-vfs.h>
-#include <libedataserver/e-data-server-util.h>
-#include <libedataserver/e-xml-hash-utils.h>
+#include "libedataserver/e-data-server-util.h"
+#include "libedataserver/e-xml-hash-utils.h"
 #include <libecal/e-cal-recur.h>
 #include <libecal/e-cal-time-util.h>
 #include <libecal/e-cal-util.h>
index 3156a85..48209cd 100644 (file)
@@ -44,7 +44,7 @@
 #include <libecal/e-cal-time-util.h>
 #include <libsoup/soup-misc.h>
 #include "e-cal-backend-groupwise-utils.h"
-#include <libedataserver/e-source-list.h>
+#include "libedataserver/e-source-list.h"
 
 static gboolean 
 get_recur_instance (ECalComponent *comp, time_t instance_start, time_t instance_end, gpointer data)
index c631fb7..fc0d4c2 100644 (file)
@@ -35,8 +35,8 @@
 #include <glib/gi18n-lib.h>
 #include <libgnomevfs/gnome-vfs-uri.h>
 #include <libgnomevfs/gnome-vfs.h>
-#include <libedataserver/e-xml-hash-utils.h>
-#include <libedataserver/e-url.h>
+#include "libedataserver/e-xml-hash-utils.h"
+#include "libedataserver/e-url.h"
 #include <libedata-cal/e-cal-backend-cache.h>
 #include <libedata-cal/e-cal-backend-util.h>
 #include <libecal/e-cal-component.h>
index 7492713..9015667 100644 (file)
@@ -28,7 +28,7 @@
 #include <bonobo/bonobo-exception.h>
 #include <bonobo/bonobo-moniker-util.h>
 #include <glib/gi18n-lib.h>
-#include <libedataserver/e-xml-hash-utils.h>
+#include "libedataserver/e-xml-hash-utils.h"
 #include <libecal/e-cal-recur.h>
 #include <libecal/e-cal-util.h>
 #include <libecal/e-cal-time-util.h>
index 56be77f..a5c775a 100644 (file)
@@ -41,7 +41,7 @@
 
 #ifdef G_OS_WIN32
 
-#include <libedataserver/e-data-server-util.h>
+#include "libedataserver/e-data-server-util.h"
 
 /* The localtime_r() in <pthread.h> doesn't guard against localtime()
  * returning NULL
index d2cb190..3f5aee0 100644 (file)
@@ -32,8 +32,8 @@
 #include <bonobo/bonobo-exception.h>
 #include <bonobo/bonobo-main.h>
 
-#include <libedataserver/e-component-listener.h>
-#include <libedataserver/e-url.h>
+#include "libedataserver/e-component-listener.h"
+#include "libedataserver/e-url.h"
 #include "e-cal-marshal.h"
 #include "e-cal-time-util.h"
 #include "e-cal-listener.h"
index 99076a4..83ecd29 100644 (file)
@@ -24,8 +24,8 @@
 #define E_CAL_H
 
 #include <glib-object.h>
-#include <libedataserver/e-source-list.h>
-#include <libedataserver/e-source.h>
+#include "libedataserver/e-source-list.h"
+#include "libedataserver/e-source.h"
 #include <libecal/e-cal-recur.h>
 #include <libecal/e-cal-util.h>
 #include <libecal/e-cal-view.h>
index 750368f..a72aa86 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef E_CAL_BACKEND_CACHE_H
 #define E_CAL_BACKEND_CACHE_H
 
-#include <libedataserver/e-file-cache.h>
+#include "libedataserver/e-file-cache.h"
 #include <libecal/e-cal-component.h>
 #include <libecal/e-cal.h>
 
index 0cb724e..a52864c 100644 (file)
@@ -24,7 +24,7 @@
 
 #include <string.h>
 #include <glib/gi18n-lib.h>
-#include <libedataserver/e-data-server-util.h>
+#include "libedataserver/e-data-server-util.h"
 #include <libecal/e-cal-time-util.h>
 
 #include "e-cal-backend-sexp.h"
index df740b1..fe9cce5 100644 (file)
@@ -28,7 +28,7 @@
 #include <glib-object.h>
 #include <libecal/e-cal-component.h>
 #include <libedata-cal/e-cal-backend.h>
-#include <libedataserver/e-sexp.h>
+#include "libedataserver/e-sexp.h"
 
 G_BEGIN_DECLS
 
index 11f8e5e..9d6b164 100644 (file)
@@ -22,7 +22,7 @@
 
 #include <string.h>
 #include "e-cal-backend-util.h"
-#include <libedataserver/e-account-list.h>
+#include "libedataserver/e-account-list.h"
 
 static EAccountList *accounts;
 
index 846c287..9a0ec52 100644 (file)
@@ -24,8 +24,8 @@
 #ifndef E_CAL_BACKEND_H
 #define E_CAL_BACKEND_H
 
-#include <libedataserver/e-list.h>
-#include <libedataserver/e-source.h>
+#include "libedataserver/e-list.h"
+#include "libedataserver/e-source.h"
 #include <libecal/e-cal-util.h>
 #include <libecal/e-cal-component.h>
 #include <libedata-cal/Evolution-DataServer-Calendar.h>
index 50ed16c..f7065d1 100644 (file)
@@ -23,9 +23,9 @@
 #include <bonobo-activation/bonobo-activation.h>
 #include <bonobo/bonobo-exception.h>
 #include <bonobo/bonobo-main.h>
-#include <libedataserver/e-url.h>
-#include <libedataserver/e-source.h>
-#include <libedataserver/e-data-server-module.h>
+#include "libedataserver/e-url.h"
+#include "libedataserver/e-source.h"
+#include "libedataserver/e-data-server-module.h"
 #include "e-cal-backend.h"
 #include "e-data-cal.h"
 #include "e-data-cal-factory.h"
index 229939c..9857570 100644 (file)
@@ -25,7 +25,7 @@
 #include <string.h>
 #include <glib.h>
 #include <bonobo/bonobo-exception.h>
-#include <libedataserver/e-component-listener.h>
+#include "libedataserver/e-component-listener.h"
 #include "e-cal-backend-sexp.h"
 #include "e-data-cal-view.h"