summaryrefslogtreecommitdiff
path: root/battstat/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 /battstat/Makefile.am
parente0535a809a7ab79a7dd6287718564ccbe6ed8163 (diff)
downloadmate-applets-6458798c9ee00bcbb62e40c73075d831544f2839.tar.bz2
mate-applets-6458798c9ee00bcbb62e40c73075d831544f2839.tar.xz
missing NULL on g_build_filename function
Diffstat (limited to 'battstat/Makefile.am')
-rw-r--r--battstat/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/battstat/Makefile.am b/battstat/Makefile.am
index 9a121cdd..093db421 100644
--- a/battstat/Makefile.am
+++ b/battstat/Makefile.am
@@ -51,9 +51,9 @@ battstat_applet_2_SOURCES = \
battstat_applet_2_LDADD = \
- $(MATE_APPLETS3_LIBS) \
- $(LIBMATENOTIFY_LIBS) \
- $(HAL_LIBS) \
+ $(MATE_APPLETS3_LIBS) \
+ $(LIBMATENOTIFY_LIBS) \
+ $(HAL_LIBS) \
$(APMLIB) \
-lm