Code

turbostat: import msr-index header from linux
[collectd.git] / Makefile.am
index 24c5b8c022451164fbb00c090d1c705fbad7fd66..04636b3fac6b54c9ce498e9e04d86372bd246c04 100644 (file)
@@ -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