From 6458798c9ee00bcbb62e40c73075d831544f2839 Mon Sep 17 00:00:00 2001 From: Perberos Date: Mon, 23 Jan 2012 11:45:30 -0300 Subject: missing NULL on g_build_filename function --- multiload/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'multiload') 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 -- cgit v1.2.1