aboutsummaryrefslogtreecommitdiffstats
path: root/modules/spamassassin
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-07-19 22:23:56 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-07-19 22:24:26 +0800
commit67f8c4f09558aa6164cfe66f57391513465223a5 (patch)
treebe60ca08d9c1be9ef8d0cc6e7a5f878dc50e37b5 /modules/spamassassin
parent25c1c0fd4569da40ae4331582c477df3d6389d34 (diff)
downloadgsoc2013-evolution-67f8c4f09558aa6164cfe66f57391513465223a5.tar
gsoc2013-evolution-67f8c4f09558aa6164cfe66f57391513465223a5.tar.gz
gsoc2013-evolution-67f8c4f09558aa6164cfe66f57391513465223a5.tar.bz2
gsoc2013-evolution-67f8c4f09558aa6164cfe66f57391513465223a5.tar.lz
gsoc2013-evolution-67f8c4f09558aa6164cfe66f57391513465223a5.tar.xz
gsoc2013-evolution-67f8c4f09558aa6164cfe66f57391513465223a5.tar.zst
gsoc2013-evolution-67f8c4f09558aa6164cfe66f57391513465223a5.zip
SpamAssassin: Add a missing linker flag.
Diffstat (limited to 'modules/spamassassin')
-rw-r--r--modules/spamassassin/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/spamassassin/Makefile.am b/modules/spamassassin/Makefile.am
index 8bce85214b..b21e876c90 100644
--- a/modules/spamassassin/Makefile.am
+++ b/modules/spamassassin/Makefile.am
@@ -13,6 +13,7 @@ libevolution_module_spamassassin_la_SOURCES = \
libevolution_module_spamassassin_la_LIBADD = \
$(top_builddir)/e-util/libeutil.la \
$(top_builddir)/mail/libevolution-mail.la \
+ $(top_builddir)/shell/libeshell.la \
$(GNOME_PLATFORM_LIBS) \
$(EVOLUTION_MAIL_LIBS)