aboutsummaryrefslogtreecommitdiffstats
path: root/em-format
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-06-08 00:24:30 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-06-08 00:24:30 +0800
commit75b7e16821f78f4163c0fa9655075fc57853960e (patch)
treea46cebaf723c8231c85e7ddc95d5bbf8a2d3a350 /em-format
parentecb6ad654430e104aa1cfab42483ade902c056f5 (diff)
downloadgsoc2013-evolution-75b7e16821f78f4163c0fa9655075fc57853960e.tar
gsoc2013-evolution-75b7e16821f78f4163c0fa9655075fc57853960e.tar.gz
gsoc2013-evolution-75b7e16821f78f4163c0fa9655075fc57853960e.tar.bz2
gsoc2013-evolution-75b7e16821f78f4163c0fa9655075fc57853960e.tar.lz
gsoc2013-evolution-75b7e16821f78f4163c0fa9655075fc57853960e.tar.xz
gsoc2013-evolution-75b7e16821f78f4163c0fa9655075fc57853960e.tar.zst
gsoc2013-evolution-75b7e16821f78f4163c0fa9655075fc57853960e.zip
em-format: Add missing linker flags.
Diffstat (limited to 'em-format')
-rw-r--r--em-format/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/em-format/Makefile.am b/em-format/Makefile.am
index 6b42ec1262..08f635a067 100644
--- a/em-format/Makefile.am
+++ b/em-format/Makefile.am
@@ -108,10 +108,12 @@ SMIME_LIBS = \
endif
libemformat_la_LIBADD = \
+ $(top_builddir)/libevolution-utils/libevolution-utils.la \
$(top_builddir)/e-util/libeutil.la \
$(top_builddir)/shell/libeshell.la \
- $(top_builddir)/libemail-utils/libemail-utils.la \
- $(top_builddir)/libemail-engine/libemail-engine.la \
+ $(top_builddir)/libemail-utils/libemail-utils.la \
+ $(top_builddir)/libemail-engine/libemail-engine.la \
+ $(top_builddir)/widgets/misc/libemiscwidgets.la \
$(EVOLUTION_DATA_SERVER_LIBS) \
$(GNOME_PLATFORM_LIBS) \
$(LIBSOUP_LIBS) \