X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2FMakefile.am;h=08b8d52564322b1dfdcbfe79e4949495dfbaf44d;hp=8e574a338c506245b5d26e0b02cdfe4dc4cb8130;hb=0c88d3b2d330c152be0bc6af8faecef0211a705e;hpb=7bc2dfa9f152276c0f39b2fc96f0b4a401795fa5 diff --git a/src/Makefile.am b/src/Makefile.am index 8e574a33..08b8d525 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -359,6 +359,12 @@ ethstat_la_SOURCES = ethstat.c ethstat_la_LDFLAGS = $(PLUGIN_LDFLAGS) endif +if BUILD_PLUGIN_FHCOUNT +pkglib_LTLIBRARIES += fhcount.la +fhcount_la_SOURCES = fhcount.c +fhcount_la_LDFLAGS = $(PLUGIN_LDFLAGS) +endif + if BUILD_PLUGIN_FILECOUNT pkglib_LTLIBRARIES += filecount.la filecount_la_SOURCES = filecount.c