aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorSushma Rai <rsushma@src.gnome.org>2005-06-25 16:00:54 +0800
committerSushma Rai <rsushma@src.gnome.org>2005-06-25 16:00:54 +0800
commit6985fa5f68eef54d066334d2d3dcafb83e7e8084 (patch)
tree3659f96367b55c1b66c5ffc4bb265304ffb49ebd /addressbook
parent1bdd067eeffc40897af2b9b3116497717519cb7b (diff)
downloadgsoc2013-evolution-6985fa5f68eef54d066334d2d3dcafb83e7e8084.tar
gsoc2013-evolution-6985fa5f68eef54d066334d2d3dcafb83e7e8084.tar.gz
gsoc2013-evolution-6985fa5f68eef54d066334d2d3dcafb83e7e8084.tar.bz2
gsoc2013-evolution-6985fa5f68eef54d066334d2d3dcafb83e7e8084.tar.lz
gsoc2013-evolution-6985fa5f68eef54d066334d2d3dcafb83e7e8084.tar.xz
gsoc2013-evolution-6985fa5f68eef54d066334d2d3dcafb83e7e8084.tar.zst
gsoc2013-evolution-6985fa5f68eef54d066334d2d3dcafb83e7e8084.zip
Fixed some symbol resolution errors with groupwise-features plugin.
svn path=/trunk/; revision=29584
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog5
-rw-r--r--addressbook/gui/contact-list-editor/Makefile.am1
2 files changed, 6 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index fefb06bd1f..f4043860ee 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-25 Sushma Rai <rsushma@novell.com>
+
+ * gui/contact-list-editor/Makefile.am: Linking to
+ libevolution-addressbook.
+
2005-06-18 Tor Lillqvist <tml@novell.com>
* gui/component/Makefile.am
diff --git a/addressbook/gui/contact-list-editor/Makefile.am b/addressbook/gui/contact-list-editor/Makefile.am
index 71516c33bb..1c01dd16dc 100644
--- a/addressbook/gui/contact-list-editor/Makefile.am
+++ b/addressbook/gui/contact-list-editor/Makefile.am
@@ -30,6 +30,7 @@ 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 \