aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-02-03 03:24:14 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-02-03 03:24:14 +0800
commit3cfc010291d5ab03e510e4ced3afd5b8ca4fb14e (patch)
treea705ba3ed6fa6fe2b2ebca79bd9d917cb0d32ee3
parenta7edabad24eaea834efb69275d2fae9c5b107815 (diff)
downloadgsoc2013-evolution-3cfc010291d5ab03e510e4ced3afd5b8ca4fb14e.tar
gsoc2013-evolution-3cfc010291d5ab03e510e4ced3afd5b8ca4fb14e.tar.gz
gsoc2013-evolution-3cfc010291d5ab03e510e4ced3afd5b8ca4fb14e.tar.bz2
gsoc2013-evolution-3cfc010291d5ab03e510e4ced3afd5b8ca4fb14e.tar.lz
gsoc2013-evolution-3cfc010291d5ab03e510e4ced3afd5b8ca4fb14e.tar.xz
gsoc2013-evolution-3cfc010291d5ab03e510e4ced3afd5b8ca4fb14e.tar.zst
gsoc2013-evolution-3cfc010291d5ab03e510e4ced3afd5b8ca4fb14e.zip
Add a missing linker flag to evolution-settings.
-rw-r--r--capplet/Makefile.am1
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 \