1
0
Fork 0
util-linux/lsfd-cmd/Makemodule.am
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

25 lines
570 B
Text

if BUILD_LSFD
lsfd-cmd/file.c: errnos.h
bin_PROGRAMS += lsfd
MANPAGES += lsfd-cmd/lsfd.1
dist_noinst_DATA += lsfd-cmd/lsfd.1.adoc
lsfd_SOURCES = \
lsfd-cmd/lsfd.c \
lsfd-cmd/lsfd.h \
lsfd-cmd/decode-file-flags.c \
lsfd-cmd/decode-file-flags.h \
lsfd-cmd/file.c \
lsfd-cmd/cdev.c \
lsfd-cmd/bdev.c \
lsfd-cmd/sock.c \
lsfd-cmd/sock.h \
lsfd-cmd/sock-xinfo.c \
lsfd-cmd/unkn.c \
lsfd-cmd/fifo.c \
lsfd-cmd/pidfd.h \
lsfd-cmd/pidfd.c
lsfd_LDADD = $(LDADD) $(MQ_LIBS) libsmartcols.la libcommon.la
lsfd_CFLAGS = $(AM_CFLAGS) -I$(ul_libsmartcols_incdir)
endif