]> git.ipfire.org Git - collecty.git/blobdiff - Makefile.am
daemon: Decrease minimum number of worker threads to two
[collecty.git] / Makefile.am
index b9aa84128802d7e13e136a2c7fef190ee69e6272..fe00da70d244df941f55b00b03d210f703098ba8 100644 (file)
@@ -72,6 +72,7 @@ dist_bin_SCRIPTS = \
 
 collecty_PYTHON = \
        src/collecty/__init__.py \
+       src/collecty/__version__.py \
        src/collecty/bus.py \
        src/collecty/client.py \
        src/collecty/constants.py \
@@ -87,13 +88,15 @@ collectyplugins_PYTHON = \
        src/collecty/plugins/base.py \
        src/collecty/plugins/conntrack.py \
        src/collecty/plugins/cpu.py \
+       src/collecty/plugins/cpufreq.py \
        src/collecty/plugins/disk.py \
        src/collecty/plugins/entropy.py \
        src/collecty/plugins/__init__.py \
        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
 
@@ -106,7 +109,7 @@ _collecty_la_SOURCES = \
 _collecty_la_CFLAGS = \
        $(AM_CFLAGS) \
        $(LIBATASMART_CFLAGS) \
-       $(PYTHON_DEVEL_CFLAGS)
+       $(PYTHON_CFLAGS)
 
 _collecty_la_LDFLAGS = \
        $(AM_LDFLAGS) \
@@ -116,7 +119,8 @@ _collecty_la_LDFLAGS = \
 
 _collecty_la_LIBADD = \
        $(LIBATASMART_LIBS) \
-       $(PYTHON_DEVEL_LIBS)
+       $(PYTHON_LIBS) \
+       $(SENSORS_LIBS)
 
 dist_dbuspolicy_DATA = \
        src/dbus/org.ipfire.collecty1.conf