diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-07-19 22:23:56 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-09-14 20:08:37 +0800 |
commit | b8c585480d37469e6550251a10b9a6a7ae961c3a (patch) | |
tree | 110c85ea564d298ad7331d5ff591d5b9f947c83b /modules/spamassassin | |
parent | 2f739685341498fdaf0a16b543524bf642d27cf5 (diff) | |
download | gsoc2013-evolution-b8c585480d37469e6550251a10b9a6a7ae961c3a.tar.gz gsoc2013-evolution-b8c585480d37469e6550251a10b9a6a7ae961c3a.tar.zst gsoc2013-evolution-b8c585480d37469e6550251a10b9a6a7ae961c3a.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) |