From e0e9d54ecf63004a87bab57071e926cb95b0179f Mon Sep 17 00:00:00 2001 From: Marco Barisione Date: Mon, 31 Mar 2014 12:52:36 +0100 Subject: maynard: scale the background to fit on screen --- shell/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/Makefile.am') diff --git a/shell/Makefile.am b/shell/Makefile.am index f66716a..770f9a7 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -25,7 +25,7 @@ maynard_SOURCES = \ desktop-shell-protocol.c \ shell-helper-client-protocol.h \ shell-helper-protocol.c -maynard_LDADD = $(GTK_LIBS) +maynard_LDADD = $(GTK_LIBS) -lm BUILT_SOURCES = \ desktop-shell-client-protocol.h \ -- cgit v1.3.1