From 18763051a2c5a5d3a39bfabc284b3d72b1f6fc9b Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Wed, 11 Nov 2020 22:15:35 +0100 Subject: Split platform dependent parts for file locks screen --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c9193a86..9a3067ff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -53,6 +53,7 @@ myhtopsources = \ Panel.c \ Process.c \ ProcessList.c \ + ProcessLocksScreen.c \ RichString.c \ ScreenManager.c \ Settings.c \ @@ -105,6 +106,7 @@ myhtopheaders = \ Panel.h \ Process.h \ ProcessList.h \ + ProcessLocksScreen.h \ ProvideCurses.h \ RichString.h \ ScreenManager.h \ @@ -129,7 +131,6 @@ linux_platform_headers = \ linux/LinuxProcessList.h \ linux/Platform.h \ linux/PressureStallMeter.h \ - linux/ProcessLocksScreen.h \ linux/SELinuxMeter.h \ linux/ZramMeter.h \ linux/ZramStats.h \ @@ -146,7 +147,6 @@ myhtopplatsources = \ linux/LinuxProcessList.c \ linux/Platform.c \ linux/PressureStallMeter.c \ - linux/ProcessLocksScreen.c \ linux/SELinuxMeter.c \ linux/ZramMeter.c \ zfs/ZfsArcMeter.c \ -- cgit v1.2.3