From 027148fd9f4a43673cd9729eebf38ec8b0075300 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B8rn=20Nordb=C3=B8?= Date: Wed, 12 Nov 2014 12:27:43 +0100 Subject: [PATCH] Link aggregation.so to libm.so Conflicts: src/Makefile.am --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0