diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 5 | ||||
-rw-r--r-- | mail/Makefile.am | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index dcc8de6fd0..58fcf11930 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2001-05-18 Jon Trowbridge <trow@ximian.com> + + * Makefile.am (evolution_mail_LDADD): Added libebook.la (which is + now required by the composer.) + 2001-05-17 Dan Winship <danw@ximian.com> * mail-callbacks.c (composer_postpone_cb): mark Outbox messages as diff --git a/mail/Makefile.am b/mail/Makefile.am index 7a81485b0c..7940fa7484 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -110,6 +110,8 @@ evolution_mail_LDADD = \ $(top_builddir)/composer/libcomposer.a \ $(top_builddir)/widgets/misc/libemiscwidgets.a \ $(top_builddir)/camel/libcamel.la \ + $(top_builddir)/addressbook/backend/ebook/libebook.la \ + $(top_builddir)/libversit/libversit.la \ $(top_builddir)/e-util/ename/libename.la \ $(top_builddir)/libibex/libibex.la \ $(top_builddir)/filter/libfilter.la \ |