From 2a9e8ca07475e61e74d7b6f0afd0a5fd272cb07f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Wed, 7 Oct 2020 15:42:13 +0200 Subject: Add SystemdMeter --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a6629f6d..f8a5c908 100644 --- a/Makefile.am +++ b/Makefile.am @@ -130,6 +130,7 @@ linux_platform_headers = \ linux/Platform.h \ linux/PressureStallMeter.h \ linux/SELinuxMeter.h \ + linux/SystemdMeter.h \ linux/ZramMeter.h \ linux/ZramStats.h \ zfs/ZfsArcMeter.h \ @@ -146,6 +147,7 @@ myhtopplatsources = \ linux/Platform.c \ linux/PressureStallMeter.c \ linux/SELinuxMeter.c \ + linux/SystemdMeter.c \ linux/ZramMeter.c \ zfs/ZfsArcMeter.c \ zfs/ZfsArcStats.c \ -- cgit v1.2.3