X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2FMakefile.am;h=4848be109bfd05fb277e7bd84b2ae44be612673e;hb=c3f2d0e714514ce3fcfe0a210057d8b3a8aaf308;hp=6a5c53ab50a0eb1767dfe012c89245e4b730912d;hpb=f5809f75f6243584cb2f56a6d82f156cd4323768;p=collectd.git diff --git a/src/Makefile.am b/src/Makefile.am index 6a5c53ab..4848be10 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1063,9 +1063,7 @@ endif if BUILD_PLUGIN_TURBOSTAT pkglib_LTLIBRARIES += turbostat.la turbostat_la_SOURCES = turbostat.c -turbostat_la_LDFLAGS = -module -avoid-version -collectd_LDADD += "-dlopen" turbostat.la -collectd_DEPENDENCIES += turbostat.la +turbostat_la_LDFLAGS = $(PLUGIN_LDFLAGS) endif if BUILD_PLUGIN_UNIXSOCK