aboutsummaryrefslogtreecommitdiffstats
path: root/mail/Makefile.am
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2007-06-10 04:59:03 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2007-06-10 04:59:03 +0800
commit6e903493353a93b7c55e4c2da8b41a28121dfa24 (patch)
tree2061862786c8eea2c11d51346441803fac60c895 /mail/Makefile.am
parenta4a7397bdbdd5cb250940d5924b842ca56d42871 (diff)
downloadgsoc2013-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/Makefile.am')
-rw-r--r--mail/Makefile.am2
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) \