diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-06-08 00:24:30 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-06-08 00:24:30 +0800 |
commit | 75b7e16821f78f4163c0fa9655075fc57853960e (patch) | |
tree | a46cebaf723c8231c85e7ddc95d5bbf8a2d3a350 | |
parent | ecb6ad654430e104aa1cfab42483ade902c056f5 (diff) | |
download | gsoc2013-evolution-75b7e16821f78f4163c0fa9655075fc57853960e.tar.gz gsoc2013-evolution-75b7e16821f78f4163c0fa9655075fc57853960e.tar.zst gsoc2013-evolution-75b7e16821f78f4163c0fa9655075fc57853960e.zip |
em-format: Add missing linker flags.
-rw-r--r-- | em-format/Makefile.am | 6 |
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) \ |