From fd88276cd22ace15490fc9183fe6139723cf9166 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Thu, 14 Sep 2000 01:53:15 +0000 Subject: fix path. 2000-09-14 Michael Meeks * gui/component/Makefile.am (evolution_addressbook_LDADD): fix path. * gui/component/addressbook.c: update include. * gui/component/addressbook-factory.c: update include. * gui/widgets/e-minicard-view.h: update include. * gui/search/e-addressbook-search-dialog.c: update include path. svn path=/trunk/; revision=5418 --- addressbook/gui/component/Makefile.am | 2 +- addressbook/gui/component/addressbook-factory.c | 2 +- addressbook/gui/component/addressbook.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'addressbook/gui/component') diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am index f420c6dc5d..b3b644b561 100644 --- a/addressbook/gui/component/Makefile.am +++ b/addressbook/gui/component/Makefile.am @@ -48,7 +48,7 @@ evolution_addressbook_LDADD = \ $(top_builddir)/shell/libeshell.a \ $(EXTRA_GNOME_LIBS) \ $(BONOBO_HTML_GNOME_LIBS) \ - $(top_builddir)/addressbook/gui/minicard/libeminicard.a \ + $(top_builddir)/addressbook/gui/widgets/libeminicard.a \ $(top_builddir)/addressbook/backend/ebook/libebook.la \ $(top_builddir)/addressbook/ename/libename.la \ $(top_builddir)/addressbook/contact-editor/libecontacteditor.a \ diff --git a/addressbook/gui/component/addressbook-factory.c b/addressbook/gui/component/addressbook-factory.c index 9ee420e851..78d9a66d1d 100644 --- a/addressbook/gui/component/addressbook-factory.c +++ b/addressbook/gui/component/addressbook-factory.c @@ -17,7 +17,7 @@ #include "addressbook.h" #include "addressbook-component.h" -#include "addressbook/gui/minicard/e-minicard-control.h" +#include "addressbook/gui/widgets/e-minicard-control.h" #include "select-names/e-select-names-factory.h" diff --git a/addressbook/gui/component/addressbook.c b/addressbook/gui/component/addressbook.c index e7cc317c8e..9ee83d110f 100644 --- a/addressbook/gui/component/addressbook.c +++ b/addressbook/gui/component/addressbook.c @@ -20,7 +20,7 @@ #include #include #include -#include "e-minicard-view-widget.h" +#include "addressbook/gui/widgets/e-minicard-view-widget.h" #include "addressbook/gui/search/e-addressbook-search-dialog.h" #include -- cgit v1.2.3