aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-08-11 19:16:00 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-08-11 19:16:00 +0800
commit40187cd30a715c428cfa6087c6e3df9fb7159372 (patch)
tree8c969476691642860d666777955bf7260fba16a2 /shell
parente8e4661811e980102e5569f804c0f439aa7b3c32 (diff)
downloadgsoc2013-evolution-40187cd30a715c428cfa6087c6e3df9fb7159372.tar
gsoc2013-evolution-40187cd30a715c428cfa6087c6e3df9fb7159372.tar.gz
gsoc2013-evolution-40187cd30a715c428cfa6087c6e3df9fb7159372.tar.bz2
gsoc2013-evolution-40187cd30a715c428cfa6087c6e3df9fb7159372.tar.lz
gsoc2013-evolution-40187cd30a715c428cfa6087c6e3df9fb7159372.tar.xz
gsoc2013-evolution-40187cd30a715c428cfa6087c6e3df9fb7159372.tar.zst
gsoc2013-evolution-40187cd30a715c428cfa6087c6e3df9fb7159372.zip
Add missing linker flag.
Diffstat (limited to 'shell')
-rw-r--r--shell/Makefile.am1
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) \