diff options
author | Stefano Karapetsas <[email protected]> | 2013-04-01 16:18:02 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-04-01 16:18:02 +0200 |
commit | 7811eb717c4dc231473f3a6e80ea061d15953c1a (patch) | |
tree | 2dd36b07b0787594a46b02914b66a64871103d27 /mate-window-picker-applet/Makefile.am | |
parent | e300f14bbb7d102c0c0ca8150170c34c5c3a1067 (diff) | |
download | mate-netbook-1.6.0.tar.bz2 mate-netbook-1.6.0.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.am | 3 |
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 \ |