From d744dac7ee6a651670387b6cc83878ef82202839 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Wed, 7 Oct 2020 17:18:02 +0200 Subject: Add SELinuxMeter --- Makefile.am | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 085f763a..83ada450 100644 --- a/Makefile.am +++ b/Makefile.am @@ -119,23 +119,31 @@ myhtopheaders = \ # ----- linux_platform_headers = \ - linux/Platform.h \ - linux/IOPriorityPanel.h \ + linux/Battery.h \ linux/IOPriority.h \ + linux/IOPriorityPanel.h \ linux/LinuxProcess.h \ linux/LinuxProcessList.h \ - linux/Battery.h \ + linux/Platform.h \ linux/PressureStallMeter.h \ + linux/SELinuxMeter.h \ zfs/ZfsArcMeter.h \ - zfs/ZfsCompressedArcMeter.h \ - zfs/ZfsArcStats.h + zfs/ZfsArcStats.h \ + zfs/ZfsCompressedArcMeter.h if HTOP_LINUX AM_LDFLAGS += -rdynamic -myhtopplatsources = linux/Platform.c linux/IOPriorityPanel.c \ -linux/LinuxProcess.c linux/LinuxProcessList.c linux/Battery.c \ -linux/PressureStallMeter.c \ -zfs/ZfsArcMeter.c zfs/ZfsCompressedArcMeter.c zfs/ZfsArcStats.c +myhtopplatsources = \ + linux/Battery.c \ + linux/IOPriorityPanel.c \ + linux/LinuxProcess.c \ + linux/LinuxProcessList.c \ + linux/Platform.c \ + linux/PressureStallMeter.c \ + linux/SELinuxMeter.c \ + zfs/ZfsArcMeter.c \ + zfs/ZfsArcStats.c \ + zfs/ZfsCompressedArcMeter.c myhtopplatheaders = $(linux_platform_headers) endif -- cgit v1.2.3