aboutsummaryrefslogtreecommitdiffstats
path: root/modules/prefer-plain
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-06-28 13:50:03 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-06-28 13:50:03 +0800
commit437864081558dca587277ce6636ca0e4e16ca15a (patch)
tree9bcff94594174089654a97345a4a58d13473409f /modules/prefer-plain
parente5eb699ce36f57891cbe255a8f4054ab6fc6acbd (diff)
downloadgsoc2013-evolution-437864081558dca587277ce6636ca0e4e16ca15a.tar
gsoc2013-evolution-437864081558dca587277ce6636ca0e4e16ca15a.tar.gz
gsoc2013-evolution-437864081558dca587277ce6636ca0e4e16ca15a.tar.bz2
gsoc2013-evolution-437864081558dca587277ce6636ca0e4e16ca15a.tar.lz
gsoc2013-evolution-437864081558dca587277ce6636ca0e4e16ca15a.tar.xz
gsoc2013-evolution-437864081558dca587277ce6636ca0e4e16ca15a.tar.zst
gsoc2013-evolution-437864081558dca587277ce6636ca0e4e16ca15a.zip
prefer-plain: Add missing linker flags.
Diffstat (limited to 'modules/prefer-plain')
-rw-r--r--modules/prefer-plain/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/prefer-plain/Makefile.am b/modules/prefer-plain/Makefile.am
index 18cb7438e7..ac471dfcbd 100644
--- a/modules/prefer-plain/Makefile.am
+++ b/modules/prefer-plain/Makefile.am
@@ -21,6 +21,8 @@ module_prefer_plain_la_SOURCES = \
module_prefer_plain_la_LIBADD = \
$(top_builddir)/mail/libevolution-mail.la \
$(top_builddir)/em-format/libemformat.la \
+ $(top_builddir)/shell/libeshell.la \
+ $(top_builddir)/widgets/misc/libemiscwidgets.la \
$(EVOLUTION_DATA_SERVER_LIBS) \
$(GNOME_PLATFORM_LIBS)