From 7811eb717c4dc231473f3a6e80ea061d15953c1a Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Mon, 1 Apr 2013 16:18:02 +0200 Subject: Add -lm to the linker Fixes /usr/bin/ld: note: 'cos@@GLIBC_2.0' is defined in DSO /lib/i386-linux-gnu/libm.so.6 so try adding it to the linker command line --- mate-window-picker-applet/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mate-window-picker-applet') diff --git a/mate-window-picker-applet/Makefile.am b/mate-window-picker-applet/Makefile.am index 3ebbcfd..c8df275 100644 --- a/mate-window-picker-applet/Makefile.am +++ b/mate-window-picker-applet/Makefile.am @@ -12,7 +12,8 @@ AM_CFLAGS=\ -DMATEWINDOWPICKER_MENU_UI_DIR=\""$(xmluidir)"\" mate_window_picker_applet_LDADD = \ - $(MATEWINDOWPICKER_DEPS_LIBS) + $(MATEWINDOWPICKER_DEPS_LIBS) \ + -lm mate_window_picker_applet_SOURCES = \ applet.c \ -- cgit v1.2.1