X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile.am;h=04636b3fac6b54c9ce498e9e04d86372bd246c04;hb=dd7409778fa7c0e2a665aa914435669a241562ec;hp=24c5b8c022451164fbb00c090d1c705fbad7fd66;hpb=be78373fc36cf79622f54f70416b86393a1c9677;p=collectd.git diff --git a/Makefile.am b/Makefile.am index 24c5b8c0..04636b3f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1680,7 +1680,9 @@ endif if BUILD_PLUGIN_TURBOSTAT pkglib_LTLIBRARIES += turbostat.la -turbostat_la_SOURCES = src/turbostat.c +turbostat_la_SOURCES = \ + src/turbostat.c \ + src/msr-index.h turbostat_la_LDFLAGS = $(PLUGIN_LDFLAGS) endif