From f4439b1b60be6e0cb0bfeb9fbbcd9952f0d66120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Thu, 8 Oct 2020 16:20:34 +0200 Subject: [PATCH] Makefile sort correction --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 9bfe007a..f4618eb6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,7 +31,6 @@ myhtopsources = \ DateMeter.c \ DateTimeMeter.c \ DiskIOMeter.c \ - DiskIOMeter.h \ DisplayOptionsPanel.c \ EnvScreen.c \ FunctionBar.c \ @@ -82,6 +81,7 @@ myhtopheaders = \ CommandScreen.h \ DateMeter.h \ DateTimeMeter.h \ + DiskIOMeter.h \ DisplayOptionsPanel.h \ EnvScreen.h \ FunctionBar.h \