diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-02-03 03:24:14 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-02-03 03:24:14 +0800 |
commit | 3cfc010291d5ab03e510e4ced3afd5b8ca4fb14e (patch) | |
tree | a705ba3ed6fa6fe2b2ebca79bd9d917cb0d32ee3 | |
parent | a7edabad24eaea834efb69275d2fae9c5b107815 (diff) | |
download | gsoc2013-evolution-3cfc010291d5ab03e510e4ced3afd5b8ca4fb14e.tar.gz gsoc2013-evolution-3cfc010291d5ab03e510e4ced3afd5b8ca4fb14e.tar.zst gsoc2013-evolution-3cfc010291d5ab03e510e4ced3afd5b8ca4fb14e.zip |
Add a missing linker flag to evolution-settings.
-rw-r--r-- | capplet/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/capplet/Makefile.am b/capplet/Makefile.am index f5b32eff7c..6f0ec02031 100644 --- a/capplet/Makefile.am +++ b/capplet/Makefile.am @@ -48,6 +48,7 @@ evolution_settings_LDADD = \ $(CANBERRA_LIBS) \ $(GTKHTML_LIBS) \ $(SMIME_LIBS) \ + $(top_builddir)/libemail-engine/libemail-engine.la \ $(top_builddir)/widgets/misc/libemiscwidgets.la \ $(top_builddir)/filter/libfilter.la \ $(top_builddir)/mail/libevolution-mail.la \ |