From d1bf89219168042974b39e5944733848fc88fdfe Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 25 Sep 2000 20:41:21 +0000 Subject: Look for ename in /e-util/ename instead of /addressbook/ename 2000-09-25 Jeffrey Stedfast * gui/widgets/Makefile.am: * gui/component/Makefile.am: * contact-editor/Makefile.am: * printing/Makefile.am: Look for ename in /e-util/ename instead of /addressbook/ename * backend/ebook/e-card.c: Updated to include e-util/ename/*.h * ename: Moved to /e-util so it could be shared * Makefile.am (SUBDIRS): took out ename svn path=/trunk/; revision=5578 --- addressbook/backend/ebook/Makefile.am | 10 +++++----- addressbook/backend/ebook/e-card.c | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'addressbook/backend') diff --git a/addressbook/backend/ebook/Makefile.am b/addressbook/backend/ebook/Makefile.am index e3569a8df4..7f4a4c59fe 100644 --- a/addressbook/backend/ebook/Makefile.am +++ b/addressbook/backend/ebook/Makefile.am @@ -70,7 +70,7 @@ test_client_LDADD = \ $(BONOBO_GNOME_LIBS) \ $(EXTRA_GNOME_LIBS) \ $(top_builddir)/libversit/libversit.la \ - $(top_builddir)/addressbook/ename/libename.la \ + $(top_builddir)/e-util/ename/libename.la \ $(top_builddir)/e-util/libeutil.la test_client_list_SOURCES = \ @@ -80,7 +80,7 @@ test_client_list_LDADD = \ libebook.la \ $(BONOBO_GNOME_LIBS) \ $(EXTRA_GNOME_LIBS) \ - $(top_builddir)/addressbook/ename/libename.la \ + $(top_builddir)/e-util/ename/libename.la \ $(top_builddir)/libversit/libversit.la \ $(top_builddir)/e-util/libeutil.la @@ -91,7 +91,7 @@ test_card_LDADD = \ libebook.la \ $(BONOBO_GNOME_LIBS) \ $(EXTRA_GNOME_LIBS) \ - $(top_builddir)/addressbook/ename/libename.la \ + $(top_builddir)/e-util/ename/libename.la \ $(top_builddir)/libversit/libversit.la \ $(top_builddir)/e-util/libeutil.la @@ -103,7 +103,7 @@ load_pine_addressbook_LDADD = \ libebook.la \ $(BONOBO_GNOME_LIBS) \ $(EXTRA_GNOME_LIBS) \ - $(top_builddir)/addressbook/ename/libename.la \ + $(top_builddir)/e-util/ename/libename.la \ $(top_builddir)/libversit/libversit.la \ $(top_builddir)/e-util/libeutil.la @@ -115,7 +115,7 @@ load_gnomecard_addressbook_LDADD = \ libebook.la \ $(BONOBO_GNOME_LIBS) \ $(EXTRA_GNOME_LIBS) \ - $(top_builddir)/addressbook/ename/libename.la \ + $(top_builddir)/e-util/ename/libename.la \ $(top_builddir)/libversit/libversit.la \ $(top_builddir)/e-util/libeutil.la diff --git a/addressbook/backend/ebook/e-card.c b/addressbook/backend/ebook/e-card.c index 3ffa8368ed..528465f439 100644 --- a/addressbook/backend/ebook/e-card.c +++ b/addressbook/backend/ebook/e-card.c @@ -17,8 +17,8 @@ #include #include "e-card.h" #include "e-card-pairs.h" -#include "e-name-western.h" -#include "e-address-western.h" +#include +#include #include -- cgit v1.2.3