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
This commit is contained in:
Hans Petter Jansson
2005-01-25 02:26:33 +00:00
committed by Hans Petter
parent 099cdcea99
commit 4fd7d8f14a
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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)