]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
configured for meson build system
authorPrasanna Paithankar <paithankarprasanna@gmail.com>
Sat, 25 Jan 2025 11:47:11 +0000 (17:17 +0530)
committerPrasanna Paithankar <paithankarprasanna@gmail.com>
Sat, 25 Jan 2025 11:47:11 +0000 (17:17 +0530)
meson.build
sys-utils/meson.build

index 316c265b478af54805418b87ddc4cdc96f529d29..bc505962d4f5ac9af4d000488b1dfbf6f93a5fd1 100644 (file)
@@ -1484,6 +1484,7 @@ exe = executable(
   ipcrm_sources,
   include_directories : includes,
   link_with : [lib_common],
+  dependencies : [mount_dep],
   install_dir : usrbin_exec_dir,
   install : opt,
   build_by_default : opt)
@@ -1499,6 +1500,7 @@ exe = executable(
   ipcs_sources,
   include_directories : includes,
   link_with : [lib_common],
+  dependencies : [mount_dep],
   install_dir : usrbin_exec_dir,
   install : opt,
   build_by_default : opt)
@@ -2204,6 +2206,7 @@ exe = executable(
   include_directories : includes,
   link_with : [lib_common,
                lib_smartcols],
+  dependencies : [mount_dep],
   install_dir : usrbin_exec_dir,
   install : opt,
   build_by_default : opt)
index e683253287b634c909e4ce7a214c44b79416e793..bf433f9f455a24a31e50c953989eb9eec31e0525 100644 (file)
@@ -20,6 +20,8 @@ ipcmk_sources = files(
 
 ipcrm_sources = files(
   'ipcrm.c',
+  'ipcutils.c',
+  'ipcutils.h',
 )
 
 ipcs_sources = files(