From ab17ef4dc0a306b7481cb47149b1c25f7f200932 Mon Sep 17 00:00:00 2001 From: Murloc Knight Date: Tue, 22 Sep 2020 18:54:15 +0700 Subject: Zram Meter feature --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e7582e71..a6629f6d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -130,6 +130,8 @@ linux_platform_headers = \ linux/Platform.h \ linux/PressureStallMeter.h \ linux/SELinuxMeter.h \ + linux/ZramMeter.h \ + linux/ZramStats.h \ zfs/ZfsArcMeter.h \ zfs/ZfsArcStats.h \ zfs/ZfsCompressedArcMeter.h @@ -144,6 +146,7 @@ myhtopplatsources = \ linux/Platform.c \ linux/PressureStallMeter.c \ linux/SELinuxMeter.c \ + linux/ZramMeter.c \ zfs/ZfsArcMeter.c \ zfs/ZfsArcStats.c \ zfs/ZfsCompressedArcMeter.c -- cgit v1.2.3