From a4b4670bd644f7ead7500f1fcfdf104f590a25f0 Mon Sep 17 00:00:00 2001 From: Perberos Date: Wed, 21 Dec 2011 00:16:48 -0200 Subject: adding missing libm to ld flags --- battstat/Makefile.am | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/battstat/Makefile.am b/battstat/Makefile.am index af14e43a..9a121cdd 100644 --- a/battstat/Makefile.am +++ b/battstat/Makefile.am @@ -51,10 +51,11 @@ battstat_applet_2_SOURCES = \ battstat_applet_2_LDADD = \ - $(MATE_APPLETS3_LIBS) \ - $(LIBMATENOTIFY_LIBS) \ - $(HAL_LIBS) \ - $(APMLIB) + $(MATE_APPLETS3_LIBS) \ + $(LIBMATENOTIFY_LIBS) \ + $(HAL_LIBS) \ + $(APMLIB) \ + -lm schemasdir = @MATECONF_SCHEMA_FILE_DIR@ schemas_in_files = battstat.schemas.in -- cgit v1.2.1