From: Karel Zak Date: Mon, 27 Apr 2026 09:39:52 +0000 (+0200) Subject: Merge branch 'close/issue_4146' of https://github.com/lord2y/util-linux X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=378e871842be98a9920c4556fc0f03ee58e2e914;p=thirdparty%2Futil-linux.git Merge branch 'close/issue_4146' of https://github.com/lord2y/util-linux * 'close/issue_4146' of https://github.com/lord2y/util-linux: lsblk: move source files to dedicated lsblk-cmd/ directory --- 378e871842be98a9920c4556fc0f03ee58e2e914 diff --cc misc-utils/meson.build index a6f6d6c6ab,6a77d8cc3a..7347f569f8 --- a/misc-utils/meson.build +++ b/misc-utils/meson.build @@@ -45,19 -45,9 +45,10 @@@ whereis_manadocs = files('whereis.1.ado lslocks_sources = files( 'lslocks.c', -) +) + \ + pager_c lslocks_manadocs = files('lslocks.8.adoc') - lsblk_sources = files( - 'lsblk.c', - 'lsblk-mnt.c', - 'lsblk-properties.c', - 'lsblk-devtree.c', - 'lsblk.h', - ) - lsblk_manadocs = files('lsblk.8.adoc') - uuidgen_sources = files( 'uuidgen.c', )