From f3da3d105b2d1e2be208eeb99db4f3bc68d2b72d Mon Sep 17 00:00:00 2001 From: Harish Krishnaswamy Date: Sat, 25 Jun 2005 12:59:42 +0000 Subject: The previous commit breaks the build by introducing a circular dependancy. 2005-06-25 Harish Krishnaswamy * gui/contact-list-editor/Makefile.am: The previous commit breaks the build by introducing a circular dependancy. Revert the changes. svn path=/trunk/; revision=29586 --- addressbook/ChangeLog | 6 ++++++ addressbook/gui/contact-list-editor/Makefile.am | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 249f5e354d..ac017e8df6 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2005-06-25 Harish Krishnaswamy + + * gui/contact-list-editor/Makefile.am: The previous commit breaks + the build by introducing a circular dependancy. Revert the + changes. + 2005-06-25 Sushma Rai * gui/component/addressbook-migrate.c (migrate_contacts): Setting diff --git a/addressbook/gui/contact-list-editor/Makefile.am b/addressbook/gui/contact-list-editor/Makefile.am index 1c01dd16dc..71516c33bb 100644 --- a/addressbook/gui/contact-list-editor/Makefile.am +++ b/addressbook/gui/contact-list-editor/Makefile.am @@ -30,7 +30,6 @@ libecontactlisteditor_la_LIBADD = \ $(WIN32_BOOTSTRAP_LIBS) \ $(top_builddir)/addressbook/util/libeabutil.la \ $(top_builddir)/addressbook/gui/contact-editor/libecontacteditor.la \ - $(top_builddir)/addressbook/gui/component/libevolution-addressbook.la \ $(top_builddir)/widgets/table/libetable.la \ $(top_builddir)/widgets/misc/libemiscwidgets.la \ $(top_builddir)/e-util/libeutil.la \ -- cgit v1.2.3