diff options
Diffstat (limited to 'mixer')
-rw-r--r-- | mixer/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mixer/Makefile.am b/mixer/Makefile.am index e499183b..0278e7eb 100644 --- a/mixer/Makefile.am +++ b/mixer/Makefile.am @@ -20,9 +20,9 @@ noinst_HEADERS = \ keys.h \ preferences.h -mixer_applet2_LDADD = \ - $(MIXER_LIBS) \ - $(MATE_APPLETS3_LIBS) \ +mixer_applet2_LDADD = \ + $(MIXER_LIBS) \ + $(MATE_APPLETS3_LIBS) \ $(MATEDESKTOP_LIBS) \ -lm |