From: Bjørn Nordbø Date: Wed, 12 Nov 2014 11:27:43 +0000 (+0100) Subject: Link aggregation.so to libm.so X-Git-Tag: collectd-5.3.2~24 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=027148fd9f4a43673cd9729eebf38ec8b0075300;p=collectd.git Link aggregation.so to libm.so Conflicts: src/Makefile.am --- diff --git a/src/Makefile.am b/src/Makefile.am index a16e423c..0bec7ab7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -143,7 +143,7 @@ pkglib_LTLIBRARIES += aggregation.la aggregation_la_SOURCES = aggregation.c \ utils_vl_lookup.c utils_vl_lookup.h aggregation_la_LDFLAGS = -module -avoid-version -aggregation_la_LIBADD = +aggregation_la_LIBADD = -lm collectd_LDADD += "-dlopen" aggregation.la collectd_DEPENDENCIES += aggregation.la endif