diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-05-27 04:15:23 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-05-27 04:15:59 +0800 |
commit | 3f213cfbef9142d117fbd9219cf12cbecc39f59e (patch) | |
tree | 6b3d35fe0f6bac494bc3a6653851e08e429d5da3 | |
parent | a6027df7b9f57301018b33644de2d12667ed566b (diff) | |
download | gsoc2013-evolution-3f213cfbef9142d117fbd9219cf12cbecc39f59e.tar gsoc2013-evolution-3f213cfbef9142d117fbd9219cf12cbecc39f59e.tar.gz gsoc2013-evolution-3f213cfbef9142d117fbd9219cf12cbecc39f59e.tar.bz2 gsoc2013-evolution-3f213cfbef9142d117fbd9219cf12cbecc39f59e.tar.lz gsoc2013-evolution-3f213cfbef9142d117fbd9219cf12cbecc39f59e.tar.xz gsoc2013-evolution-3f213cfbef9142d117fbd9219cf12cbecc39f59e.tar.zst gsoc2013-evolution-3f213cfbef9142d117fbd9219cf12cbecc39f59e.zip |
Fix linking issue in bogo-junk-plugin.
-rw-r--r-- | plugins/bogo-junk-plugin/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/bogo-junk-plugin/Makefile.am b/plugins/bogo-junk-plugin/Makefile.am index 075e528119..c4ee4a65ac 100644 --- a/plugins/bogo-junk-plugin/Makefile.am +++ b/plugins/bogo-junk-plugin/Makefile.am @@ -18,6 +18,7 @@ liborg_gnome_bogo_junk_plugin_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED liborg_gnome_bogo_junk_plugin_la_LIBADD = \ $(top_builddir)/mail/libevolution-mail.la \ $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/shell/libeshell.la \ $(EVOLUTION_MAIL_LIBS) \ $(GNOME_PLATFORM_LIBS) |