aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 6b7948625e..cf5fdeacd9 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,8 @@
+2007-06-09 Matthew Barnes <mbarnes@redhat.com>
+
+ * Makefile.am:
+ Fix a minor typo spotted by Gilles Dartiguelongue (#386503).
+
2007-06-05 Matthew Barnes <mbarnes@redhat.com>
* em-folder-view.c (emfv_on_url_cb):
diff --git a/mail/Makefile.am b/mail/Makefile.am
index 48950a6570..56c6713eb8 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -225,7 +225,7 @@ libevolution_mail_la_LIBADD = \
$(top_builddir)/addressbook/gui/contact-editor/libecontacteditor.la \
$(top_builddir)/addressbook/gui/contact-list-editor/libecontactlisteditor.la \
$(top_builddir)/mail/importers/libevolution-mail-importers.la \
- $(SMIME_LIBS)
+ $(SMIME_LIBS) \
$(EVOLUTION_MAIL_LIBS) \
$(GTKHTML_LIBS) \
$(REGEX_LIBS) \