diff options
Diffstat (limited to 'mixer/Makefile.am')
-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 |