]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: rename libmount loopdev code file
authorKarel Zak <kzak@redhat.com>
Tue, 23 Aug 2022 09:58:37 +0000 (11:58 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 3 Jan 2023 11:58:42 +0000 (12:58 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/src/Makemodule.am
libmount/src/hook_loopdev.c [moved from libmount/src/context_loopdev.c with 100% similarity]

index c89dcc1aafc380f92cb200e2b23f0624217226a5..7e9ac3ee982c93ac06a9ae28f77782e9b151d215 100644 (file)
@@ -29,7 +29,6 @@ libmount_la_SOURCES = \
 if LINUX
 libmount_la_SOURCES += \
        libmount/src/context.c \
-       libmount/src/context_loopdev.c \
        libmount/src/context_veritydev.c \
        libmount/src/context_mount.c \
        libmount/src/context_umount.c \
@@ -38,6 +37,7 @@ libmount_la_SOURCES += \
        libmount/src/hook_subdir.c \
        libmount/src/hook_owner.c \
        libmount/src/hook_idmap.c \
+       libmount/src/hook_loopdev.c \
        libmount/src/monitor.c
 
 if HAVE_BTRFS