From: Masatake YAMATO Date: Tue, 16 Apr 2024 20:32:12 +0000 (+0900) Subject: lsfd: add meson.build for the command X-Git-Tag: v2.42-start~400 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d98b2e161f8b6b59d645631297f81427d85288ac;p=thirdparty%2Futil-linux.git lsfd: add meson.build for the command Signed-off-by: Masatake YAMATO --- diff --git a/lsfd-cmd/meson.build b/lsfd-cmd/meson.build new file mode 100644 index 000000000..bc8b6fdeb --- /dev/null +++ b/lsfd-cmd/meson.build @@ -0,0 +1,14 @@ +lsfd_sources = files ( + 'lsfd.c', + 'lsfd.h', + 'decode-file-flags.c', + 'file.c', + 'cdev.c', + 'bdev.c', + 'sock.c', + 'sock.h', + 'sock-xinfo.c', + 'unkn.c', + 'fifo.c', + 'pidfd.c', +)