aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/Makefile.am
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-09-26 04:41:21 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-09-26 04:41:21 +0800
commitd1bf89219168042974b39e5944733848fc88fdfe (patch)
treedbad4e70a41972e290dd18e53d0f7c728852e024 /addressbook/gui/widgets/Makefile.am
parent6e486616edda3b7ef1ed273aa2aaecfbdea237e0 (diff)
downloadgsoc2013-evolution-d1bf89219168042974b39e5944733848fc88fdfe.tar
gsoc2013-evolution-d1bf89219168042974b39e5944733848fc88fdfe.tar.gz
gsoc2013-evolution-d1bf89219168042974b39e5944733848fc88fdfe.tar.bz2
gsoc2013-evolution-d1bf89219168042974b39e5944733848fc88fdfe.tar.lz
gsoc2013-evolution-d1bf89219168042974b39e5944733848fc88fdfe.tar.xz
gsoc2013-evolution-d1bf89219168042974b39e5944733848fc88fdfe.tar.zst
gsoc2013-evolution-d1bf89219168042974b39e5944733848fc88fdfe.zip
Look for ename in /e-util/ename instead of /addressbook/ename
2000-09-25 Jeffrey Stedfast <fejj@helixcode.com> * 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
Diffstat (limited to 'addressbook/gui/widgets/Makefile.am')
-rw-r--r--addressbook/gui/widgets/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/addressbook/gui/widgets/Makefile.am b/addressbook/gui/widgets/Makefile.am
index f592cf2ab2..c0c4c7d488 100644
--- a/addressbook/gui/widgets/Makefile.am
+++ b/addressbook/gui/widgets/Makefile.am
@@ -62,7 +62,7 @@ minicard_test_LDADD = \
$(top_builddir)/addressbook/backend/ebook/libebook.la \
$(top_builddir)/e-util/libeutil.la \
$(top_builddir)/libversit/libversit.la \
- $(top_builddir)/addressbook/ename/libename.la \
+ $(top_builddir)/e-util/ename/libename.la \
$(top_builddir)/addressbook/contact-editor/libecontacteditor.a \
$(top_builddir)/addressbook/printing/libecontactprint.a \
$(top_builddir)/widgets/misc/libemiscwidgets.a \
@@ -79,7 +79,7 @@ reflow_test_LDADD = \
$(top_builddir)/addressbook/backend/ebook/libebook.la \
$(top_builddir)/e-util/libeutil.la \
$(top_builddir)/libversit/libversit.la \
- $(top_builddir)/addressbook/ename/libename.la \
+ $(top_builddir)/e-util/ename/libename.la \
$(top_builddir)/addressbook/contact-editor/libecontacteditor.a \
$(top_builddir)/addressbook/printing/libecontactprint.a \
$(top_builddir)/widgets/misc/libemiscwidgets.a \
@@ -112,7 +112,7 @@ minicard_widget_test_LDADD = \
$(top_builddir)/addressbook/backend/ebook/libebook.la \
$(top_builddir)/e-util/libeutil.la \
$(top_builddir)/libversit/libversit.la \
- $(top_builddir)/addressbook/ename/libename.la \
+ $(top_builddir)/e-util/ename/libename.la \
$(top_builddir)/addressbook/contact-editor/libecontacteditor.a \
$(top_builddir)/addressbook/printing/libecontactprint.a \
$(top_builddir)/widgets/misc/libemiscwidgets.a \