diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2007-06-10 04:59:03 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2007-06-10 04:59:03 +0800 |
commit | 6e903493353a93b7c55e4c2da8b41a28121dfa24 (patch) | |
tree | 2061862786c8eea2c11d51346441803fac60c895 /mail | |
parent | a4a7397bdbdd5cb250940d5924b842ca56d42871 (diff) | |
download | gsoc2013-evolution-6e903493353a93b7c55e4c2da8b41a28121dfa24.tar gsoc2013-evolution-6e903493353a93b7c55e4c2da8b41a28121dfa24.tar.gz gsoc2013-evolution-6e903493353a93b7c55e4c2da8b41a28121dfa24.tar.bz2 gsoc2013-evolution-6e903493353a93b7c55e4c2da8b41a28121dfa24.tar.lz gsoc2013-evolution-6e903493353a93b7c55e4c2da8b41a28121dfa24.tar.xz gsoc2013-evolution-6e903493353a93b7c55e4c2da8b41a28121dfa24.tar.zst gsoc2013-evolution-6e903493353a93b7c55e4c2da8b41a28121dfa24.zip |
Fix a minor typo spotted by Gilles Dartiguelongue (#386503).
2007-06-09 Matthew Barnes <mbarnes@redhat.com>
* Makefile.am:
Fix a minor typo spotted by Gilles Dartiguelongue (#386503).
svn path=/trunk/; revision=33665
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 5 | ||||
-rw-r--r-- | mail/Makefile.am | 2 |
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) \ |