summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2022-05-01 22:43:00 +0200
committercgzones <cgzones@googlemail.com>2023-02-19 17:56:50 +0100
commite0229b205c5dceb10447457c8f78acb16c96505a (patch)
tree3eca426a4eca693a7daa75ca2325bb4987133295 /Makefile.am
parent8387df1551f18b90b3936c7cbb311416c3db8032 (diff)
Create new File Descriptor 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 1c685e4d..749b0c24 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -50,6 +50,7 @@ myhtopsources = \
DynamicColumn.c \
DynamicMeter.c \
EnvScreen.c \
+ FileDescriptorMeter.c \
FunctionBar.c \
Hashtable.c \
Header.c \
@@ -110,6 +111,7 @@ myhtopheaders = \
DynamicColumn.h \
DynamicMeter.h \
EnvScreen.h \
+ FileDescriptorMeter.h \
FunctionBar.h \
Hashtable.h \
Header.h \