From 75b7e16821f78f4163c0fa9655075fc57853960e Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 7 Jun 2012 12:24:30 -0400 Subject: em-format: Add missing linker flags. --- em-format/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'em-format') 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) \ -- cgit v1.2.3