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/Makefile.am | |
parent | a4a7397bdbdd5cb250940d5924b842ca56d42871 (diff) | |
download | gsoc2013-evolution-6e903493353a93b7c55e4c2da8b41a28121dfa24.tar.gz 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/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) \ |