diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2005-06-25 20:59:42 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2005-06-25 20:59:42 +0800 |
commit | f3da3d105b2d1e2be208eeb99db4f3bc68d2b72d (patch) | |
tree | a698457cea20c73b09f5e622a3794a0779ad711a /addressbook | |
parent | 036d6c5ee8afd6d08a317923953a3ee3366e0a94 (diff) | |
download | gsoc2013-evolution-f3da3d105b2d1e2be208eeb99db4f3bc68d2b72d.tar.gz gsoc2013-evolution-f3da3d105b2d1e2be208eeb99db4f3bc68d2b72d.tar.zst gsoc2013-evolution-f3da3d105b2d1e2be208eeb99db4f3bc68d2b72d.zip |
The previous commit breaks the build by introducing a circular dependancy.
2005-06-25 Harish Krishnaswamy <kharish@novell.com>
* 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
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 6 | ||||
-rw-r--r-- | addressbook/gui/contact-list-editor/Makefile.am | 1 |
2 files changed, 6 insertions, 1 deletions
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 <kharish@novell.com> + + * 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 <rsushma@novell.com> * 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 \ |