diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-02-08 04:07:36 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-02-08 04:07:36 +0800 |
commit | 393021c19df76d191fde161fc93af31bbf1dea4b (patch) | |
tree | d3de47fa064a7f8375222fe6468abd4787c1d2cd /shell | |
parent | 49ef32b76c55cbefba53568f02028dddf23a9bc9 (diff) | |
download | gsoc2013-evolution-393021c19df76d191fde161fc93af31bbf1dea4b.tar.gz gsoc2013-evolution-393021c19df76d191fde161fc93af31bbf1dea4b.tar.zst gsoc2013-evolution-393021c19df76d191fde161fc93af31bbf1dea4b.zip |
Add missing linker flags for libeshell.
Diffstat (limited to 'shell')
-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 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 |