evolution-data-server r9078 - in branches/EXCHANGE_MAPI_BRANCH: addressbook/backends/galldap addressbook/backends/mapi calendar/backends/mapi



Author: msuman
Date: Wed Jul  2 03:54:49 2008
New Revision: 9078
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9078&view=rev

Log:
Link the MAPI addressbook and calendar backends to the new libebackend.

Modified:
   branches/EXCHANGE_MAPI_BRANCH/addressbook/backends/galldap/Makefile.am
   branches/EXCHANGE_MAPI_BRANCH/addressbook/backends/galldap/e-book-backend-galldap-factory.c
   branches/EXCHANGE_MAPI_BRANCH/addressbook/backends/galldap/e-book-backend-galldap.c
   branches/EXCHANGE_MAPI_BRANCH/addressbook/backends/mapi/Makefile.am
   branches/EXCHANGE_MAPI_BRANCH/addressbook/backends/mapi/e-book-backend-mapi-factory.c
   branches/EXCHANGE_MAPI_BRANCH/calendar/backends/mapi/Makefile.am

Modified: branches/EXCHANGE_MAPI_BRANCH/addressbook/backends/galldap/Makefile.am
==============================================================================
--- branches/EXCHANGE_MAPI_BRANCH/addressbook/backends/galldap/Makefile.am	(original)
+++ branches/EXCHANGE_MAPI_BRANCH/addressbook/backends/galldap/Makefile.am	Wed Jul  2 03:54:49 2008
@@ -37,7 +37,8 @@
 	-lexchange-storage-1.2		\
 	$(top_builddir)/addressbook/libebook/libebook-1.2.la		\
 	$(top_builddir)/addressbook/libedata-book/libedata-book-1.2.la	\
-	$(top_builddir)/libedataserver/libedataserver-1.2.la		
+	$(top_builddir)/libedataserver/libedataserver-1.2.la		\
+	$(top_builddir)/libebackend/libebackend-1.2.la
 
 libebookbackendgalldap_la_LDFLAGS =	\
 	-module -avoid-version $(NO_UNDEFINED)

Modified: branches/EXCHANGE_MAPI_BRANCH/addressbook/backends/galldap/e-book-backend-galldap-factory.c
==============================================================================
--- branches/EXCHANGE_MAPI_BRANCH/addressbook/backends/galldap/e-book-backend-galldap-factory.c	(original)
+++ branches/EXCHANGE_MAPI_BRANCH/addressbook/backends/galldap/e-book-backend-galldap-factory.c	Wed Jul  2 03:54:49 2008
@@ -22,7 +22,7 @@
 #include <config.h>
 #endif
 
-#include "libedataserver/e-data-server-module.h"
+#include "libebackend/e-data-server-module.h"
 #include "libedata-book/e-book-backend-factory.h"
 #include "e-book-backend-galldap.h"
 

Modified: branches/EXCHANGE_MAPI_BRANCH/addressbook/backends/galldap/e-book-backend-galldap.c
==============================================================================
--- branches/EXCHANGE_MAPI_BRANCH/addressbook/backends/galldap/e-book-backend-galldap.c	(original)
+++ branches/EXCHANGE_MAPI_BRANCH/addressbook/backends/galldap/e-book-backend-galldap.c	Wed Jul  2 03:54:49 2008
@@ -47,7 +47,7 @@
 
 #include <sys/time.h>
 #include <libedataserver/e-sexp.h>
-#include <libedataserver/e-db3-utils.h>
+#include <libebackend/e-db3-utils.h>
 #include <libedataserver/e-data-server-util.h>
 #include <libebook/e-contact.h>
 

Modified: branches/EXCHANGE_MAPI_BRANCH/addressbook/backends/mapi/Makefile.am
==============================================================================
--- branches/EXCHANGE_MAPI_BRANCH/addressbook/backends/mapi/Makefile.am	(original)
+++ branches/EXCHANGE_MAPI_BRANCH/addressbook/backends/mapi/Makefile.am	Wed Jul  2 03:54:49 2008
@@ -19,6 +19,7 @@
 	$(top_builddir)/addressbook/libebook/libebook-1.2.la		\
 	$(top_builddir)/addressbook/libedata-book/libedata-book-1.2.la	\
 	$(top_builddir)/libedataserver/libedataserver-1.2.la		\
+	$(top_builddir)/libebackend/libebackend-1.2.la			\
 	$(top_builddir)/servers/mapi/libexchangemapi-1.0.la		\
 	$(EVOLUTION_ADDRESSBOOK_LIBS)					\
 	$(LIBMAPI_LIBS)

Modified: branches/EXCHANGE_MAPI_BRANCH/addressbook/backends/mapi/e-book-backend-mapi-factory.c
==============================================================================
--- branches/EXCHANGE_MAPI_BRANCH/addressbook/backends/mapi/e-book-backend-mapi-factory.c	(original)
+++ branches/EXCHANGE_MAPI_BRANCH/addressbook/backends/mapi/e-book-backend-mapi-factory.c	Wed Jul  2 03:54:49 2008
@@ -26,7 +26,7 @@
 #include <config.h>
 #endif
 
-#include <libedataserver/e-data-server-module.h>
+#include <libebackend/e-data-server-module.h>
 #include "libedata-book/e-book-backend-factory.h"
 #include "e-book-backend-mapi.h"
 

Modified: branches/EXCHANGE_MAPI_BRANCH/calendar/backends/mapi/Makefile.am
==============================================================================
--- branches/EXCHANGE_MAPI_BRANCH/calendar/backends/mapi/Makefile.am	(original)
+++ branches/EXCHANGE_MAPI_BRANCH/calendar/backends/mapi/Makefile.am	Wed Jul  2 03:54:49 2008
@@ -34,6 +34,7 @@
 	$(top_builddir)/calendar/libecal/libecal-1.2.la			\
 	$(top_builddir)/calendar/libedata-cal/libedata-cal-1.2.la	\
 	$(top_builddir)/libedataserver/libedataserver-1.2.la		\
+	$(top_builddir)/libebackend/libebackend-1.2.la			\
 	$(top_builddir)/servers/mapi/libexchangemapi-1.0.la		\
 	$(EVOLUTION_CALENDAR_LIBS)					\
 	$(LIBMAPI_LIBS)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]