X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile.am;h=04636b3fac6b54c9ce498e9e04d86372bd246c04;hb=375061c5b3d377fa3853354b70a85bb141311bc5;hp=24c5b8c022451164fbb00c090d1c705fbad7fd66;hpb=603d00c9b3956ccd8486d6e60c747e4dff1290f6;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