1
0
Fork 0
util-linux/lsfd-cmd/meson.build
Daniel Baumann c36e531662
Adding upstream version 2.41.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 11:26:35 +02:00

16 lines
227 B
Meson

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',
)
lsfd_manadocs = files('lsfd.1.adoc')