diff options
author | Perberos <[email protected]> | 2012-01-23 11:45:30 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2012-01-23 11:45:30 -0300 |
commit | 6458798c9ee00bcbb62e40c73075d831544f2839 (patch) | |
tree | 6a63f51fc6b040b6686a04bdbff950d0da564174 /multiload/Makefile.am | |
parent | e0535a809a7ab79a7dd6287718564ccbe6ed8163 (diff) | |
download | mate-applets-6458798c9ee00bcbb62e40c73075d831544f2839.tar.bz2 mate-applets-6458798c9ee00bcbb62e40c73075d831544f2839.tar.xz |
missing NULL on g_build_filename function
Diffstat (limited to 'multiload/Makefile.am')
-rw-r--r-- | multiload/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multiload/Makefile.am b/multiload/Makefile.am index cafc5ff3..f3901510 100644 --- a/multiload/Makefile.am +++ b/multiload/Makefile.am @@ -22,8 +22,8 @@ multiload_applet_2_SOURCES = \ autoscaler.h multiload_applet_2_LDADD = \ - $(MATE_APPLETS3_LIBS) \ - $(GTOP_APPLETS_LIBS) \ + $(MATE_APPLETS3_LIBS) \ + $(GTOP_APPLETS_LIBS) \ $(MATEDESKTOP_LIBS) \ -lm |