]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lsfd: add meson.build for the command
authorMasatake YAMATO <yamato@redhat.com>
Tue, 16 Apr 2024 20:32:12 +0000 (05:32 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Tue, 16 Apr 2024 20:34:10 +0000 (05:34 +0900)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
lsfd-cmd/meson.build [new file with mode: 0644]

diff --git a/lsfd-cmd/meson.build b/lsfd-cmd/meson.build
new file mode 100644 (file)
index 0000000..bc8b6fd
--- /dev/null
@@ -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',
+)