diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-07-19 22:23:56 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-07-19 22:24:26 +0800 |
commit | 67f8c4f09558aa6164cfe66f57391513465223a5 (patch) | |
tree | be60ca08d9c1be9ef8d0cc6e7a5f878dc50e37b5 /modules/spamassassin | |
parent | 25c1c0fd4569da40ae4331582c477df3d6389d34 (diff) | |
download | gsoc2013-evolution-67f8c4f09558aa6164cfe66f57391513465223a5.tar.gz 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.am | 1 |
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) |