summaryrefslogtreecommitdiff
path: root/mate-window-picker-applet/Makefile.am
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-04-01 16:18:02 +0200
committerStefano Karapetsas <[email protected]>2013-04-01 16:18:02 +0200
commit7811eb717c4dc231473f3a6e80ea061d15953c1a (patch)
tree2dd36b07b0787594a46b02914b66a64871103d27 /mate-window-picker-applet/Makefile.am
parente300f14bbb7d102c0c0ca8150170c34c5c3a1067 (diff)
downloadmate-netbook-7811eb717c4dc231473f3a6e80ea061d15953c1a.tar.bz2
mate-netbook-7811eb717c4dc231473f3a6e80ea061d15953c1a.tar.xz
Add -lm to the linkermate-netbook-1.6.0
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
Diffstat (limited to 'mate-window-picker-applet/Makefile.am')
-rw-r--r--mate-window-picker-applet/Makefile.am3
1 files changed, 2 insertions, 1 deletions
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 \