X-Git-Url: http://git.ipfire.org/?p=collecty.git;a=blobdiff_plain;f=Makefile.am;h=98ac26d732a02ddb55032418cabd8fae58927d70;hp=b9aa84128802d7e13e136a2c7fef190ee69e6272;hb=c389fccfcf18983e47fbd595dccec0a35fb39293;hpb=32ce4696a3f09d4c97516b65ef3efc9b55261c64 diff --git a/Makefile.am b/Makefile.am index b9aa841..98ac26d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -93,7 +93,8 @@ collectyplugins_PYTHON = \ src/collecty/plugins/interface.py \ src/collecty/plugins/latency.py \ src/collecty/plugins/loadavg.py \ - src/collecty/plugins/memory.py + src/collecty/plugins/memory.py \ + src/collecty/plugins/sensors.py collectypluginsdir = $(collectydir)/plugins @@ -116,7 +117,8 @@ _collecty_la_LDFLAGS = \ _collecty_la_LIBADD = \ $(LIBATASMART_LIBS) \ - $(PYTHON_DEVEL_LIBS) + $(PYTHON_DEVEL_LIBS) \ + $(SENSORS_LIBS) dist_dbuspolicy_DATA = \ src/dbus/org.ipfire.collecty1.conf