aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Petter Jansson <hpj@novell.com>2005-01-25 10:26:33 +0800
committerHans Petter <hansp@src.gnome.org>2005-01-25 10:26:33 +0800
commit4fd7d8f14a3f9d804b37f8bfbb741f3e32dd8638 (patch)
tree19061fa8c6436ff402e0dd794aa975c1eae0b53d
parent099cdcea99e064a01de4c4f1cf9aa7e051a5ba4a (diff)
downloadgsoc2013-evolution-4fd7d8f14a3f9d804b37f8bfbb741f3e32dd8638.tar
gsoc2013-evolution-4fd7d8f14a3f9d804b37f8bfbb741f3e32dd8638.tar.gz
gsoc2013-evolution-4fd7d8f14a3f9d804b37f8bfbb741f3e32dd8638.tar.bz2
gsoc2013-evolution-4fd7d8f14a3f9d804b37f8bfbb741f3e32dd8638.tar.lz
gsoc2013-evolution-4fd7d8f14a3f9d804b37f8bfbb741f3e32dd8638.tar.xz
gsoc2013-evolution-4fd7d8f14a3f9d804b37f8bfbb741f3e32dd8638.tar.zst
gsoc2013-evolution-4fd7d8f14a3f9d804b37f8bfbb741f3e32dd8638.zip
Pull in the contact editors, so we can pass pointers to their creation
2005-01-24 Hans Petter Jansson <hpj@novell.com> * Makefile.am (libevolution_mail_la_LIBADD): Pull in the contact editors, so we can pass pointers to their creation functions to ENameSelectorEntry. svn path=/trunk/; revision=28541
-rw-r--r--mail/ChangeLog6
-rw-r--r--mail/Makefile.am2
2 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 3b7d1ae020..255a4d1403 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,9 @@
+2005-01-24 Hans Petter Jansson <hpj@novell.com>
+
+ * Makefile.am (libevolution_mail_la_LIBADD): Pull in the contact
+ editors, so we can pass pointers to their creation functions to
+ ENameSelectorEntry.
+
2005-01-24 JP Rosevear <jpr@novell.com>
* searchtypes.xml: add back body contains
diff --git a/mail/Makefile.am b/mail/Makefile.am
index 78ec9a2e39..78ce20e60f 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -197,6 +197,8 @@ libevolution_mail_la_LIBADD = \
$(top_builddir)/filter/libfilter.la \
$(top_builddir)/widgets/menus/libmenus.la \
$(top_builddir)/addressbook/util/libeabutil.la \
+ $(top_builddir)/addressbook/gui/contact-editor/libecontacteditor.la \
+ $(top_builddir)/addressbook/gui/contact-list-editor/libecontactlisteditor.la \
$(SMIME_LIB) \
$(EVOLUTION_MAIL_LIBS)