Skip to content

Commit

Permalink
meson: add missing sample-mount-overwrite
Browse files Browse the repository at this point in the history
Signed-off-by: Karel Zak <kzak@redhat.com>
  • Loading branch information
karelzak committed Jul 8, 2024
1 parent cfba323 commit 444bff8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -3772,6 +3772,16 @@ if not is_disabler(exe)
exes += exe
endif

exe = executable(
'sample-mount-overwrite',
'libmount/samples/overwrite.c',
include_directories : includes,
dependencies : [mount_dep],
link_with : [lib_common])
if not is_disabler(exe)
exes += exe
endif

exe = executable(
'test_boilerplate',
'Documentation/boilerplate.c',
Expand Down

0 comments on commit 444bff8

Please sign in to comment.