X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile.am;h=04636b3fac6b54c9ce498e9e04d86372bd246c04;hb=91bbfe11c81cc7355b78665f04417e6c9bffc8c2;hp=c93e3645c4952f103256357bc941c206b4dcb2f2;hpb=813cfffe619513b3136d8980c022728cde81c3e3;p=collectd.git diff --git a/Makefile.am b/Makefile.am index c93e3645..04636b3f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1556,7 +1556,7 @@ endif if BUILD_PLUGIN_SYNPROXY pkglib_LTLIBRARIES += synproxy.la -synproxy_la_SOURCES = synproxy.c +synproxy_la_SOURCES = src/synproxy.c synproxy_la_LDFLAGS = $(PLUGIN_LDFLAGS) endif @@ -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