From 8c2f3a00ef98717e4203630c8119f2e84d2bb796 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Tue, 13 Mar 2001 02:26:18 +0000 Subject: All my changes to get the folder creation working, and the magic Netscape importer. svn path=/trunk/; revision=8661 --- addressbook/backend/ebook/Makefile.am | 4 ++-- addressbook/backend/ebook/evolution-gnomecard-importer.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'addressbook/backend') diff --git a/addressbook/backend/ebook/Makefile.am b/addressbook/backend/ebook/Makefile.am index fbba0c98d0..7abee848e9 100644 --- a/addressbook/backend/ebook/Makefile.am +++ b/addressbook/backend/ebook/Makefile.am @@ -30,8 +30,8 @@ INCLUDES = \ -I$(top_srcdir)/addressbook/ename \ -I$(top_builddir)/addressbook/backend \ -I$(top_builddir)/addressbook/ename \ - -I$(top_builddir)/shell/importer \ - -I$(top_srcdir)/shell/importer \ + -I$(top_builddir)/shell \ + -I$(top_srcdir)/shell \ $(BONOBO_GNOME_CFLAGS) \ $(EXTRA_GNOME_CFLAGS) diff --git a/addressbook/backend/ebook/evolution-gnomecard-importer.c b/addressbook/backend/ebook/evolution-gnomecard-importer.c index aac268e09d..508f1fe16a 100644 --- a/addressbook/backend/ebook/evolution-gnomecard-importer.c +++ b/addressbook/backend/ebook/evolution-gnomecard-importer.c @@ -7,8 +7,8 @@ #include -#include -#include +#include +#include #define COMPONENT_FACTORY_IID "OAFIID:GNOME_Evolution_Addressbook_GnomeCard_ImporterFactory" -- cgit