comparison plugins/gevolution/gevolution.c @ 9354:a5ec9e73f46d

[gaim-migrate @ 10162] Because the Evolution project doesn't bump their version numbers until just before release, and they broke backwards-compatibility since the last evolution-data-server release in the header files, those people using 0.0.95cvs are going to not be able to compile gevolution until 0.0.95 comes out, or unless they comment out the #include <libebook/e-book-async.h> in gevolution.h. The code I added here centralizes the include files a bit more, and checks if we're using 0.0.95 or not. The Evo guys are releasing hopefully next week or the week after, I think, so that should take care of it. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 22 Jun 2004 22:42:10 +0000
parents a243d688c93c
children a09ffb82aef1
comparison
equal deleted inserted replaced
9353:b8138f3959dc 9354:a5ec9e73f46d
34 #include "gevolution.h" 34 #include "gevolution.h"
35 35
36 #include <libedata-book/Evolution-DataServer-Addressbook.h> 36 #include <libedata-book/Evolution-DataServer-Addressbook.h>
37 37
38 #include <libebook/e-book-listener.h> 38 #include <libebook/e-book-listener.h>
39 #include <libebook/e-book-async.h>
40 #include <libedata-book/e-data-book-factory.h> 39 #include <libedata-book/e-data-book-factory.h>
41 #include <bonobo/bonobo-main.h> 40 #include <bonobo/bonobo-main.h>
42 41
43 #define GEVOLUTION_PLUGIN_ID "gtk-x11-gevolution" 42 #define GEVOLUTION_PLUGIN_ID "gtk-x11-gevolution"
44 43