From 9e759ac6e1fb3d3c363e7a91bafb643e17cc87db Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Wed, 10 Jul 2002 21:34:37 +0000 Subject: Add include lines to get ebook headers relative to , not 2002-07-09 Peter Williams * tools/Makefile.am (INCLUDES): Add include lines to get ebook headers relative to , not "foo.h". addressbook: 2002-07-08 Peter Williams * backend/ebook/e-book.h: Normalize includes to , so that the installed headers will work sanely. * backend/ebook/e-card-cursor.h: * backend/ebook/e-book-view.h: * backend/ebook/e-card-simple.h: * backend/ebook/e-card.h: * backend/ebook/e-destination.h: Same. * printing/Makefile.am (INCLUDES): add -Iaddressbook/backend to access the ebook headers. Also the builddir version to get the generated addressbook.h * gui/widgets/Makefile.am (INCLUDES): Same builddir fix. * gui/merging/e-card-merging.c: Fix an ebook #include. * gui/merging/Makefile.am (INCLUDES): Same idea. * gui/contact-list-editor/Makefile.am (INCLUDES): Same. * gui/contact-editor/Makefile.am (INCLUDES): Same builddir change. calendar: 2002-07-08 Peter Williams * gui/Makefile.am (INCLUDES): Change the -I flags to get it to play nicely with the new Ebook header paradigm. * gui/dialogs/Makefile.am: Same. * gui/e-meeting-model.c: More of the same. * gui/dialogs/e-delegate-dialog.c: * gui/dialogs/e-meeting-model.c: * gui/dialogs/comp-editor-util.c: Fix include lines to get ebook headers. * pcs/Makefile.am: Same. composer: 2002-07-08 Peter Williams * Makefile.am (INCLUDES): Fix cflags for ebook header namespacing. importers: 2002-07-08 Peter Williams * Makefile.am: Fix cflags to get at ebook headers correctly. * pine-importer.c: Fix include lines to get ebook headers the "right" way. * evolution-gnomecard-importer.c: Same. mail: 2002-07-08 Peter Williams * Makefile.am (INCLUDES): Add -I flags to get the ebook headers. svn path=/trunk/; revision=17411 --- addressbook/backend/ebook/e-book-view.h | 4 ++-- addressbook/backend/ebook/e-book.h | 8 ++++---- addressbook/backend/ebook/e-card-cursor.h | 4 ++-- addressbook/backend/ebook/e-card-simple.h | 4 ++-- addressbook/backend/ebook/e-card.h | 2 +- addressbook/backend/ebook/e-destination.h | 4 ++-- 6 files changed, 13 insertions(+), 13 deletions(-) (limited to 'addressbook/backend') diff --git a/addressbook/backend/ebook/e-book-view.h b/addressbook/backend/ebook/e-book-view.h index 86326ca5b7..e1dc211c91 100644 --- a/addressbook/backend/ebook/e-book-view.h +++ b/addressbook/backend/ebook/e-book-view.h @@ -13,8 +13,8 @@ #include -#include -#include +#include +#include BEGIN_GNOME_DECLS diff --git a/addressbook/backend/ebook/e-book.h b/addressbook/backend/ebook/e-book.h index b1549f4f8e..e917279775 100644 --- a/addressbook/backend/ebook/e-book.h +++ b/addressbook/backend/ebook/e-book.h @@ -13,10 +13,10 @@ #include -#include -#include -#include -#include +#include +#include +#include +#include BEGIN_GNOME_DECLS diff --git a/addressbook/backend/ebook/e-card-cursor.h b/addressbook/backend/ebook/e-card-cursor.h index e042268635..d6e7625941 100644 --- a/addressbook/backend/ebook/e-card-cursor.h +++ b/addressbook/backend/ebook/e-card-cursor.h @@ -12,8 +12,8 @@ #include #include -#include -#include +#include +#include BEGIN_GNOME_DECLS diff --git a/addressbook/backend/ebook/e-card-simple.h b/addressbook/backend/ebook/e-card-simple.h index f0a5b2d613..53c1d13164 100644 --- a/addressbook/backend/ebook/e-card-simple.h +++ b/addressbook/backend/ebook/e-card-simple.h @@ -15,8 +15,8 @@ #include #include #include -#include -#include +#include +#include #include #define E_TYPE_CARD_SIMPLE (e_card_simple_get_type ()) diff --git a/addressbook/backend/ebook/e-card.h b/addressbook/backend/ebook/e-card.h index 23876bd63a..e9b3701149 100644 --- a/addressbook/backend/ebook/e-card.h +++ b/addressbook/backend/ebook/e-card.h @@ -15,7 +15,7 @@ #include #include #include -#include +#include #include #define E_TYPE_CARD (e_card_get_type ()) diff --git a/addressbook/backend/ebook/e-destination.h b/addressbook/backend/ebook/e-destination.h index f545794ab0..42dc97800e 100644 --- a/addressbook/backend/ebook/e-destination.h +++ b/addressbook/backend/ebook/e-destination.h @@ -28,8 +28,8 @@ #define __E_DESTINATION_H__ #include -#include -#include +#include +#include #include #define E_TYPE_DESTINATION (e_destination_get_type ()) -- cgit v1.2.3