X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2FMakefile.am;h=115574d3d86a57c9908ca8fbac0db88d9340d43a;hb=2c2affa00540642ed087f0f15178eb8cd653fdac;hp=5cc1045f53d80bc6c6c14dd412216a313e33089f;hpb=cc5ee53dfba55d6fe7c26513618a582adf80b7fa;p=collectd.git diff --git a/src/Makefile.am b/src/Makefile.am index 5cc1045f..115574d3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -863,6 +863,14 @@ collectd_LDADD += "-dlopen" teamspeak2.la collectd_DEPENDENCIES += teamspeak2.la endif +if BUILD_PLUGIN_TED +pkglib_LTLIBRARIES += ted.la +ted_la_SOURCES = ted.c +ted_la_LDFLAGS = -module -avoid-version +collectd_LDADD += "-dlopen" ted.la +collectd_DEPENDENCIES += ted.la +endif + if BUILD_PLUGIN_THERMAL pkglib_LTLIBRARIES += thermal.la thermal_la_SOURCES = thermal.c