summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorVladimir Kobal <vlad@prokk.net>2018-12-13 18:48:26 +0200
committerGitHub <noreply@github.com>2018-12-13 18:48:26 +0200
commit2e6d26bafd5ce00b47d098a045a1d9c4f2d84936 (patch)
tree82483fca470ee7a6c18f1f16a89c040fc6ecff6b /Makefile.am
parenteef866e721486ebb21b7650f6c73b9ffa16f8383 (diff)
Move power supply python module to proc plugin (#4960)
* Add power supply module * Use linked list * Add charts for all properties * Organize charts menu * Fix line endings * Keep files open * Add options for chart disabling * Final cleanup * Add documentation, disable python module * Fix file attributes * Mark python module as obsolete * Allow symbolic links to power source directories
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index e1828cf2f0..c7b072667e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -270,6 +270,7 @@ PROC_PLUGIN_FILES = \
collectors/proc.plugin/sys_devices_system_edac_mc.c \
collectors/proc.plugin/sys_devices_system_node.c \
collectors/proc.plugin/sys_fs_btrfs.c \
+ collectors/proc.plugin/sys_class_power_supply.c \
$(NULL)
TC_PLUGIN_FILES = \