summaryrefslogtreecommitdiff
path: root/addressbook
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2007-07-31 18:40:32 +0000
committerChenthill Palanisamy <pchen@src.gnome.org>2007-07-31 18:40:32 +0000
commit123b1eb17a72826097a9c34595c18b14904c36e1 (patch)
tree56a7821b8e36dd60cdc70c5e4c9f440393571c6d /addressbook
parente31faca5ee7ffa753ccda0c9761499aa8bb1f481 (diff)
downloadevolution-data-server-123b1eb17a72826097a9c34595c18b14904c36e1.tar.gz
Changed the way header files are included so
that they are picked up from the source rather than install area. svn path=/trunk/; revision=7902
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog18
-rw-r--r--addressbook/backends/file/e-book-backend-file-factory.c2
-rw-r--r--addressbook/backends/groupwise/create-account.c2
-rw-r--r--addressbook/backends/groupwise/e-book-backend-groupwise-factory.c2
-rw-r--r--addressbook/backends/ldap/e-book-backend-ldap-factory.c2
-rw-r--r--addressbook/backends/ldap/e-book-backend-ldap.c2
-rw-r--r--addressbook/backends/vcf/e-book-backend-vcf-factory.c2
-rw-r--r--addressbook/libebook/e-book-query.c2
-rw-r--r--addressbook/libebook/e-book.c2
-rw-r--r--addressbook/libebook/e-book.h6
-rw-r--r--addressbook/libebook/e-contact.c2
-rw-r--r--addressbook/libedata-book/e-book-backend-cache.h2
-rw-r--r--addressbook/libedata-book/e-book-backend-sexp.c4
-rw-r--r--addressbook/libedata-book/e-data-book.c2
-rw-r--r--addressbook/libedata-book/e-data-book.h4
15 files changed, 36 insertions, 18 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index cf9aaa24b..b7d5d852a 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,21 @@
+2007-07-31 Chenthill Palanisamy <pchenthill@novell.com>
+
+ * backends/file/e-book-backend-file-factory.c:
+ * backends/groupwise/create-account.c:
+ * backends/groupwise/e-book-backend-groupwise-factory.c:
+ * backends/ldap/e-book-backend-ldap-factory.c:
+ * backends/ldap/e-book-backend-ldap.c:
+ * backends/vcf/e-book-backend-vcf-factory.c:
+ * libebook/e-book-query.c:
+ * libebook/e-book.c:
+ * libebook/e-book.h:
+ * libebook/e-contact.c:
+ * libedata-book/e-book-backend-cache.h:
+ * libedata-book/e-book-backend-sexp.c:
+ * libedata-book/e-data-book.c:
+ * libedata-book/e-data-book.h: Changed the way header files are included so
+ that they are picked up from the source rather than install area.
+
2007-07-31 Ross Burton <ross@openedhand.com>
* libedata-book/e-data-book-view.c:
diff --git a/addressbook/backends/file/e-book-backend-file-factory.c b/addressbook/backends/file/e-book-backend-file-factory.c
index 1c583114a..9b92bf84c 100644
--- a/addressbook/backends/file/e-book-backend-file-factory.c
+++ b/addressbook/backends/file/e-book-backend-file-factory.c
@@ -27,7 +27,7 @@
#include <string.h>
-#include <libedataserver/e-data-server-module.h>
+#include "libedataserver/e-data-server-module.h"
#include "libedata-book/e-book-backend-factory.h"
#include "e-book-backend-file.h"
diff --git a/addressbook/backends/groupwise/create-account.c b/addressbook/backends/groupwise/create-account.c
index 16c8cd0da..9bcc4ef67 100644
--- a/addressbook/backends/groupwise/create-account.c
+++ b/addressbook/backends/groupwise/create-account.c
@@ -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;
diff --git a/addressbook/backends/groupwise/e-book-backend-groupwise-factory.c b/addressbook/backends/groupwise/e-book-backend-groupwise-factory.c
index c21f29351..161ffc9ef 100644
--- a/addressbook/backends/groupwise/e-book-backend-groupwise-factory.c
+++ b/addressbook/backends/groupwise/e-book-backend-groupwise-factory.c
@@ -25,7 +25,7 @@
#include <config.h>
#endif
-#include <libedataserver/e-data-server-module.h>
+#include "libedataserver/e-data-server-module.h"
#include "libedata-book/e-book-backend-factory.h"
#include "e-book-backend-groupwise.h"
diff --git a/addressbook/backends/ldap/e-book-backend-ldap-factory.c b/addressbook/backends/ldap/e-book-backend-ldap-factory.c
index 80f20ff2d..8b953e38c 100644
--- a/addressbook/backends/ldap/e-book-backend-ldap-factory.c
+++ b/addressbook/backends/ldap/e-book-backend-ldap-factory.c
@@ -25,7 +25,7 @@
#include <config.h>
#endif
-#include <libedataserver/e-data-server-module.h>
+#include "libedataserver/e-data-server-module.h"
#include "libedata-book/e-book-backend-factory.h"
#include "e-book-backend-ldap.h"
diff --git a/addressbook/backends/ldap/e-book-backend-ldap.c b/addressbook/backends/ldap/e-book-backend-ldap.c
index 7e1bab5a8..fe03ff5bb 100644
--- a/addressbook/backends/ldap/e-book-backend-ldap.c
+++ b/addressbook/backends/ldap/e-book-backend-ldap.c
@@ -78,7 +78,7 @@
#include <sys/time.h>
#include <glib/gi18n-lib.h>
-#include <libedataserver/e-sexp.h>
+#include "libedataserver/e-sexp.h"
#include <libebook/e-contact.h>
#include <libedata-book/e-book-backend-sexp.h>
diff --git a/addressbook/backends/vcf/e-book-backend-vcf-factory.c b/addressbook/backends/vcf/e-book-backend-vcf-factory.c
index 3fbf665e2..e7ca84c9a 100644
--- a/addressbook/backends/vcf/e-book-backend-vcf-factory.c
+++ b/addressbook/backends/vcf/e-book-backend-vcf-factory.c
@@ -25,7 +25,7 @@
#include <config.h>
#endif
-#include <libedataserver/e-data-server-module.h>
+#include "libedataserver/e-data-server-module.h"
#include "libedata-book/e-book-backend-factory.h"
#include "e-book-backend-vcf.h"
diff --git a/addressbook/libebook/e-book-query.c b/addressbook/libebook/e-book-query.c
index 5514c684b..62f2d0de7 100644
--- a/addressbook/libebook/e-book-query.c
+++ b/addressbook/libebook/e-book-query.c
@@ -3,7 +3,7 @@
#include <config.h>
#include "e-book-query.h"
-#include <libedataserver/e-sexp.h>
+#include "libedataserver/e-sexp.h"
#include <stdarg.h>
#include <string.h>
diff --git a/addressbook/libebook/e-book.c b/addressbook/libebook/e-book.c
index 4d0e83882..fd8f2f921 100644
--- a/addressbook/libebook/e-book.c
+++ b/addressbook/libebook/e-book.c
@@ -15,7 +15,7 @@
#include <gconf/gconf-client.h>
#include <glib/gi18n-lib.h>
-#include <libedataserver/e-component-listener.h>
+#include "libedataserver/e-component-listener.h"
#include "e-book-listener.h"
diff --git a/addressbook/libebook/e-book.h b/addressbook/libebook/e-book.h
index 16b0aca7a..6c2104252 100644
--- a/addressbook/libebook/e-book.h
+++ b/addressbook/libebook/e-book.h
@@ -14,9 +14,9 @@
#include <glib.h>
#include <glib-object.h>
-#include <libedataserver/e-list.h>
-#include <libedataserver/e-source.h>
-#include <libedataserver/e-source-list.h>
+#include "libedataserver/e-list.h"
+#include "libedataserver/e-source.h"
+#include "libedataserver/e-source-list.h"
#include <libebook/e-contact.h>
#include <libebook/e-book-query.h>
#include <libebook/e-book-view.h>
diff --git a/addressbook/libebook/e-contact.c b/addressbook/libebook/e-contact.c
index cb67e4cfb..e0847f246 100644
--- a/addressbook/libebook/e-contact.c
+++ b/addressbook/libebook/e-contact.c
@@ -35,7 +35,7 @@
#include "e-name-western.h"
#ifdef G_OS_WIN32
-#include <libedataserver/e-data-server-util.h>
+#include "libedataserver/e-data-server-util.h"
#undef EVOLUTION_LOCALEDIR
#define EVOLUTION_LOCALEDIR e_util_get_localedir ()
#endif
diff --git a/addressbook/libedata-book/e-book-backend-cache.h b/addressbook/libedata-book/e-book-backend-cache.h
index 808f6b414..f6198e3cd 100644
--- a/addressbook/libedata-book/e-book-backend-cache.h
+++ b/addressbook/libedata-book/e-book-backend-cache.h
@@ -23,7 +23,7 @@
#ifndef E_BOOK_BACKEND_CACHE_H
#define E_BOOK_BACKEND_CACHE_H
-#include <libedataserver/e-file-cache.h>
+#include "libedataserver/e-file-cache.h"
#include <libebook/e-contact.h>
G_BEGIN_DECLS
diff --git a/addressbook/libedata-book/e-book-backend-sexp.c b/addressbook/libedata-book/e-book-backend-sexp.c
index 443454284..07753a65a 100644
--- a/addressbook/libedata-book/e-book-backend-sexp.c
+++ b/addressbook/libedata-book/e-book-backend-sexp.c
@@ -19,8 +19,8 @@
*/
#include <string.h>
-#include <libedataserver/e-sexp.h>
-#include <libedataserver/e-data-server-util.h>
+#include "libedataserver/e-sexp.h"
+#include "libedataserver/e-data-server-util.h"
#include "e-book-backend-sexp.h"
static GObjectClass *parent_class;
diff --git a/addressbook/libedata-book/e-data-book.c b/addressbook/libedata-book/e-data-book.c
index e4711d2cb..8691235a3 100644
--- a/addressbook/libedata-book/e-data-book.c
+++ b/addressbook/libedata-book/e-data-book.c
@@ -11,7 +11,7 @@
#include <bonobo/bonobo-main.h>
#include <bonobo/bonobo-arg.h>
-#include <libedataserver/e-list.h>
+#include "libedataserver/e-list.h"
#include <libebook/e-contact.h>
#include "e-data-book-view.h"
#include "e-book-backend.h"
diff --git a/addressbook/libedata-book/e-data-book.h b/addressbook/libedata-book/e-data-book.h
index 01b6ab2f4..c2d5b5f76 100644
--- a/addressbook/libedata-book/e-data-book.h
+++ b/addressbook/libedata-book/e-data-book.h
@@ -13,8 +13,8 @@
#define __E_DATA_BOOK_H__
#include <bonobo/bonobo-object.h>
-#include <libedataserver/e-list.h>
-#include <libedataserver/e-source.h>
+#include "libedataserver/e-list.h"
+#include "libedataserver/e-source.h"
#include <libedata-book/Evolution-DataServer-Addressbook.h>
#include <libedata-book/e-data-book-types.h>