]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: fix libmount/src/hooks.c use
authorKarel Zak <kzak@redhat.com>
Mon, 18 Sep 2023 11:08:57 +0000 (13:08 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 18 Sep 2023 11:08:57 +0000 (13:08 +0200)
Reported-by: Samuel Thibault <samuel.thibault@aquilenet.fr>
Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/meson.build
libmount/src/Makemodule.am

index ba95acf37944420a06544d63b0f4fbb8fca59d7c..a9d4d77804891b38970118a49b21b101709905cd 100644 (file)
@@ -17,7 +17,6 @@ configure_file(
 lib_mount_sources = '''
   src/mountP.h
   src/cache.c
-  src/hooks.c
   src/fs.c
   src/init.c
   src/iter.c
index d474aea0c71895226a889905e5ca4cc0a915aa44..367bc4673c41d5820658b4fab80154d8df41e664 100644 (file)
@@ -11,7 +11,6 @@ libmount_la_SOURCES = \
        libmount/src/mountP.h \
        libmount/src/cache.c \
        libmount/src/fs.c \
-       libmount/src/hooks.c \
        libmount/src/init.c \
        libmount/src/iter.c \
        libmount/src/lock.c \
@@ -31,6 +30,7 @@ libmount_la_SOURCES += \
        libmount/src/context.c \
        libmount/src/context_mount.c \
        libmount/src/context_umount.c \
+       libmount/src/hooks.c \
        libmount/src/hook_mount.c \
        libmount/src/hook_mount_legacy.c \
        libmount/src/hook_mkdir.c \