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/gui/contact-editor/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/gui/contact-editor/Makefile.am') diff --git a/addressbook/gui/contact-editor/Makefile.am b/addressbook/gui/contact-editor/Makefile.am index d44ba6a60a..a424cbc55d 100644 --- a/addressbook/gui/contact-editor/Makefile.am +++ b/addressbook/gui/contact-editor/Makefile.am @@ -39,7 +39,7 @@ contact_editor_test_LDADD = \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/addressbook/printing/libecontactprint.a \ $(top_builddir)/addressbook/backend/ebook/libebook.la \ - $(top_builddir)/addressbook/ename/libename.la \ + $(top_builddir)/e-util/ename/libename.la \ $(top_builddir)/libversit/libversit.la \ $(GNOMEGNORBA_LIBS) \ $(BONOBO_GNOME_LIBS) \ -- cgit v1.2.3