diff options
| author | Karel Zak <kzak@redhat.com> | 2023-09-18 13:08:57 +0200 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2023-09-18 13:08:57 +0200 |
| commit | 1e0ad14b3ac08d855cda6de346a65f9b834e00db (patch) | |
| tree | 363cd836c865e15ab93e6c4b961ac4d18521beb6 /libmount/src | |
| parent | 22c41e99922458379aecb0cdeeefd5304d5c0614 (diff) | |
| download | util-linux-1e0ad14b3ac08d855cda6de346a65f9b834e00db.tar.gz | |
build-sys: fix libmount/src/hooks.c use
Reported-by: Samuel Thibault <samuel.thibault@aquilenet.fr>
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libmount/src')
| -rw-r--r-- | libmount/src/Makemodule.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmount/src/Makemodule.am b/libmount/src/Makemodule.am index d474aea0c7..367bc4673c 100644 --- a/libmount/src/Makemodule.am +++ b/libmount/src/Makemodule.am @@ -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 \ |
