summaryrefslogtreecommitdiff
path: root/src/basic/meson.build
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-11-07 14:59:58 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-11-08 18:21:10 +0100
commit28db6fbff133ddec390f3df4aac897ee1bbcdcc9 (patch)
treeecae4d1fde05f894bd63f40a0b42656bb700cdec /src/basic/meson.build
parentdb62f51a9f7bc881a0363b8f57c181808bb1d379 (diff)
downloadsystemd-28db6fbff133ddec390f3df4aac897ee1bbcdcc9.tar.gz
Rename def.h to constants.h
The name "def.h" originates from before the rule of "no needless abbreviations" was established. Let's rename the file to clarify that it contains a collection of various semi-related constants.
Diffstat (limited to 'src/basic/meson.build')
-rw-r--r--src/basic/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basic/meson.build b/src/basic/meson.build
index a4d7cb5fb3..541031b8a3 100644
--- a/src/basic/meson.build
+++ b/src/basic/meson.build
@@ -33,7 +33,7 @@ basic_sources = files(
'chattr-util.h',
'conf-files.c',
'conf-files.h',
- 'def.h',
+ 'constants.h',
'devnum-util.c',
'devnum-util.h',
'dirent-util.c',