From b76eaf187a313c99fe008b069b8123b299752589 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Tue, 1 Dec 2020 13:59:19 +0100 Subject: Dynamically load libsensors at runtime --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 194783fa..6ef020c4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -126,6 +126,7 @@ myhtopheaders = \ linux_platform_headers = \ linux/IOPriority.h \ linux/IOPriorityPanel.h \ + linux/LibSensors.h \ linux/LinuxProcess.h \ linux/LinuxProcessList.h \ linux/Platform.h \ @@ -142,6 +143,7 @@ if HTOP_LINUX AM_LDFLAGS += -rdynamic myhtopplatsources = \ linux/IOPriorityPanel.c \ + linux/LibSensors.c \ linux/LinuxProcess.c \ linux/LinuxProcessList.c \ linux/Platform.c \ -- cgit v1.2.3