X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2FMakefile.am;h=6a5c53ab50a0eb1767dfe012c89245e4b730912d;hb=4f79fc14cfa00e5b96447802c1926ed4ec942271;hp=004fc94ba31af5900d86cc6f839866f5f2ba3284;hpb=304b23aceb3f78f29afeb143f4f66462e2d1b956;p=collectd.git diff --git a/src/Makefile.am b/src/Makefile.am index 004fc94b..6a5c53ab 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1060,6 +1060,14 @@ tokyotyrant_la_LIBADD += -lsocket endif 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 +endif + if BUILD_PLUGIN_UNIXSOCK pkglib_LTLIBRARIES += unixsock.la unixsock_la_SOURCES = unixsock.c \