summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2020-10-14 20:21:09 +0200
committerBenny Baumann <BenBE@geshi.org>2020-10-16 20:30:21 +0200
commit872e542f4eca52ce2198ba3fc30a51bc5d672dae (patch)
treed47d619840ec26bdc099ceff1351f5e6cc901e1c /Makefile.am
parentc6f04a9c5d33d16623f1c20f0987dd3a992379e7 (diff)
Rename StringUtils.[ch] to XUtils.[ch]
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 600f2afc..0c3b68c0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -56,14 +56,14 @@ myhtopsources = \
ScreenManager.c \
Settings.c \
SignalsPanel.c \
- StringUtils.c \
SwapMeter.c \
TasksMeter.c \
TraceScreen.c \
UptimeMeter.c \
UsersTable.c \
Vector.c \
- XAlloc.c
+ XAlloc.c \
+ XUtils.c
myhtopheaders = \
Action.h \
@@ -108,14 +108,14 @@ myhtopheaders = \
ScreenManager.h \
Settings.h \
SignalsPanel.h \
- StringUtils.h \
SwapMeter.h \
TasksMeter.h \
TraceScreen.h \
UptimeMeter.h \
UsersTable.h \
Vector.h \
- XAlloc.h
+ XAlloc.h \
+ XUtils.h
# Linux
# -----

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