X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2FMakefile.am;h=30b0710ce4bc4105d616a0850441c1192f76df12;hb=ced8c219dbf4c6b9dcfa430fb83282bfd0ccc392;hp=11c8ac685bede65c70ab24e47c1dfe8777638759;hpb=fa9fd186f4e09c24a02d9541c2409d21bf282087;p=collectd.git diff --git a/src/Makefile.am b/src/Makefile.am index 11c8ac68..30b0710c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -938,6 +938,15 @@ collectd_LDADD += "-dlopen" thermal.la collectd_DEPENDENCIES += thermal.la endif +if BUILD_PLUGIN_TOKYOTYRANT +pkglib_LTLIBRARIES += tokyotyrant.la +tokyotyrant_la_SOURCES = tokyotyrant.c +tokyotyrant_la_LDFLAGS = -module -avoid-version +tokyotyrant_la_LIBADD = $(BUILD_WITH_LIBTOKYOTYRANT_LIBS) +collectd_LDADD += "-dlopen" tokyotyrant.la +collectd_DEPENDENCIES += tokyotyrant.la +endif + if BUILD_PLUGIN_UNIXSOCK pkglib_LTLIBRARIES += unixsock.la unixsock_la_SOURCES = unixsock.c \