aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Makefile.am
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-02-08 04:07:36 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-02-08 04:07:36 +0800
commit393021c19df76d191fde161fc93af31bbf1dea4b (patch)
treed3de47fa064a7f8375222fe6468abd4787c1d2cd /shell/Makefile.am
parent49ef32b76c55cbefba53568f02028dddf23a9bc9 (diff)
downloadgsoc2013-evolution-393021c19df76d191fde161fc93af31bbf1dea4b.tar
gsoc2013-evolution-393021c19df76d191fde161fc93af31bbf1dea4b.tar.gz
gsoc2013-evolution-393021c19df76d191fde161fc93af31bbf1dea4b.tar.bz2
gsoc2013-evolution-393021c19df76d191fde161fc93af31bbf1dea4b.tar.lz
gsoc2013-evolution-393021c19df76d191fde161fc93af31bbf1dea4b.tar.xz
gsoc2013-evolution-393021c19df76d191fde161fc93af31bbf1dea4b.tar.zst
gsoc2013-evolution-393021c19df76d191fde161fc93af31bbf1dea4b.zip
Add missing linker flags for libeshell.
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r--shell/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am
index cdf1efc32d..26a54ebdf5 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -89,6 +89,7 @@ libeshell_la_LIBADD = \
$(top_builddir)/smclient/libeggsmclient.la \
$(top_builddir)/widgets/misc/libemiscwidgets.la \
$(top_builddir)/widgets/menus/libmenus.la \
+ $(GNOME_PLATFORM_LIBS) \
$(SHELL_LIBS)
if NM_SUPPORT