pidgin/plugins/gevolution/gevolution.h

changeset 35520
7ce36084847e
parent 35316
68de575c5e0c
child 35522
82139d173179
--- a/pidgin/plugins/gevolution/gevolution.h	Mon Feb 10 11:00:30 2014 -0500
+++ b/pidgin/plugins/gevolution/gevolution.h	Mon Feb 10 17:27:03 2014 +0100
@@ -25,7 +25,11 @@
 # include "config.h"
 #endif
 
-#include <libebook/e-book.h>
+#ifdef HAVE_LIBEBOOK_H
+#  include <libebook/libebook.h>
+#else
+#  include <libebook/e-book.h>
+#endif
 
 enum
 {

mercurial