X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=4848be109bfd05fb277e7bd84b2ae44be612673e;hb=c3f2d0e714514ce3fcfe0a210057d8b3a8aaf308;hp=004fc94ba31af5900d86cc6f839866f5f2ba3284;hpb=dd8429c16bc57f949abb2537e003b76ad88b6f90;p=collectd.git diff --git a/src/Makefile.am b/src/Makefile.am index 004fc94b..4848be10 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1060,6 +1060,12 @@ tokyotyrant_la_LIBADD += -lsocket endif endif +if BUILD_PLUGIN_TURBOSTAT +pkglib_LTLIBRARIES += turbostat.la +turbostat_la_SOURCES = turbostat.c +turbostat_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + if BUILD_PLUGIN_UNIXSOCK pkglib_LTLIBRARIES += unixsock.la unixsock_la_SOURCES = unixsock.c \