diff options
author | Perberos <[email protected]> | 2011-12-21 00:19:43 -0200 |
---|---|---|
committer | Perberos <[email protected]> | 2011-12-21 00:19:43 -0200 |
commit | 1a89a5d9d024bffb6dd8a5ad8f0fb723cd33d004 (patch) | |
tree | 90013366e9b15aafdd211b5276c0c41c048fc4fc /mixer | |
parent | e588f354333f68c0e62c04513f31bded008f1214 (diff) | |
download | mate-applets-1a89a5d9d024bffb6dd8a5ad8f0fb723cd33d004.tar.bz2 mate-applets-1a89a5d9d024bffb6dd8a5ad8f0fb723cd33d004.tar.xz |
adding missing libm to ld flags
Diffstat (limited to 'mixer')
-rw-r--r-- | mixer/Makefile.am | 9 |
1 files 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 |