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.5.0~157^2 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=4f4905cd12354f2d83b3191ea6f850d39bfa6e11;p=collectd.git Link aggregation.so to libm.so --- diff --git a/src/Makefile.am b/src/Makefile.am index 8fc351bc..b8aab9a6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -85,7 +85,7 @@ pkglib_LTLIBRARIES += aggregation.la aggregation_la_SOURCES = aggregation.c \ utils_vl_lookup.c utils_vl_lookup.h aggregation_la_LDFLAGS = $(PLUGIN_LDFLAGS) -aggregation_la_LIBADD = +aggregation_la_LIBADD = -lm endif if BUILD_PLUGIN_AMQP