summaryrefslogtreecommitdiff
path: root/mixer/Makefile.am
diff options
context:
space:
mode:
authorPerberos <[email protected]>2012-01-23 11:45:30 -0300
committerPerberos <[email protected]>2012-01-23 11:45:30 -0300
commit6458798c9ee00bcbb62e40c73075d831544f2839 (patch)
tree6a63f51fc6b040b6686a04bdbff950d0da564174 /mixer/Makefile.am
parente0535a809a7ab79a7dd6287718564ccbe6ed8163 (diff)
downloadmate-applets-6458798c9ee00bcbb62e40c73075d831544f2839.tar.bz2
mate-applets-6458798c9ee00bcbb62e40c73075d831544f2839.tar.xz
missing NULL on g_build_filename function
Diffstat (limited to 'mixer/Makefile.am')
-rw-r--r--mixer/Makefile.am6
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