ioprio-util: move from basic/ to shared/

It is not used by libsystemd.
This commit is contained in:
Yu Watanabe
2025-06-18 12:05:14 +09:00
parent d26faa3186
commit cef4ec347f
4 changed files with 1 additions and 1 deletions

View File

@@ -52,7 +52,6 @@ basic_sources = files(
'initrd-util.c',
'inotify-util.c',
'io-util.c',
'ioprio-util.c',
'iovec-util.c',
'iovec-wrapper.c',
'label.c',

View File

@@ -97,6 +97,7 @@ shared_sources = files(
'install-file.c',
'install-printf.c',
'install.c',
'ioprio-util.c',
'ip-protocol-list.c',
'ipvlan-util.c',
'journal-file-util.c',