summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorahgamut <41098605+ahgamut@users.noreply.github.com>2021-01-27 15:15:48 +0530
committerBenBE <BenBE@geshi.org>2021-01-31 20:08:09 +0100
commit51e79ddc07c0b3e070b5fe395703ce7ffe1878b9 (patch)
tree247d028a3be0a3e63ac64bd8bd1438647bf379e5 /Makefile.am
parent7bfa466abe65ff14d530ae16c344cdc06d5145ea (diff)
[#480] SysArchMeter to view kernel/arch info
At start, SysArchMeter calls the uname function to obtain the kernel version and architecture. If available, the distro version is obtained by calling lsb_release. The obtained values are stored in static variables and used when updating the meter.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index e9ddbf02..e83773f9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -67,6 +67,7 @@ myhtopsources = \
Settings.c \
SignalsPanel.c \
SwapMeter.c \
+ SysArchMeter.c \
TasksMeter.c \
TraceScreen.c \
UptimeMeter.c \
@@ -121,6 +122,7 @@ myhtopheaders = \
Settings.h \
SignalsPanel.h \
SwapMeter.h \
+ SysArchMeter.h \
TasksMeter.h \
TraceScreen.h \
UptimeMeter.h \

© 2014-2024 Faster IT GmbH | imprint | privacy policy