From 1a89a5d9d024bffb6dd8a5ad8f0fb723cd33d004 Mon Sep 17 00:00:00 2001 From: Perberos Date: Wed, 21 Dec 2011 00:19:43 -0200 Subject: adding missing libm to ld flags --- mixer/Makefile.am | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/mixer/Makefile.am b/mixer/Makefile.am index 8912aa7e..e499183b 100644 --- a/mixer/Makefile.am +++ b/mixer/Makefile.am @@ -20,10 +20,11 @@ noinst_HEADERS = \ keys.h \ preferences.h -mixer_applet2_LDADD = \ - $(MIXER_LIBS) \ - $(MATE_APPLETS3_LIBS) \ - $(MATEDESKTOP_LIBS) +mixer_applet2_LDADD = \ + $(MIXER_LIBS) \ + $(MATE_APPLETS3_LIBS) \ + $(MATEDESKTOP_LIBS) \ + -lm appletdir = $(datadir)/mate-panel/applets applet_in_files = org.mate.applets.MixerApplet.mate-panel-applet.in -- cgit v1.2.1