diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-08-11 19:16:00 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-08-11 19:16:00 +0800 |
commit | 40187cd30a715c428cfa6087c6e3df9fb7159372 (patch) | |
tree | 8c969476691642860d666777955bf7260fba16a2 | |
parent | e8e4661811e980102e5569f804c0f439aa7b3c32 (diff) | |
download | gsoc2013-evolution-40187cd30a715c428cfa6087c6e3df9fb7159372.tar.gz gsoc2013-evolution-40187cd30a715c428cfa6087c6e3df9fb7159372.tar.zst gsoc2013-evolution-40187cd30a715c428cfa6087c6e3df9fb7159372.zip |
Add missing linker flag.
-rw-r--r-- | shell/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index a01dc7771c..7f4cf87b77 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -154,6 +154,7 @@ evolution_LDADD = \ $(top_builddir)/libemail-utils/libemail-utils.la \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/filter/libfilter.la \ + $(top_builddir)/libevolution-utils/libevolution-utils.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) \ $(DBUS_GLIB_LIBS) \ |