From 393021c19df76d191fde161fc93af31bbf1dea4b Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 7 Feb 2010 15:07:36 -0500 Subject: Add missing linker flags for libeshell. --- shell/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'shell') 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 -- cgit