]> git.ipfire.org Git - thirdparty/util-linux.git/blob - lsfd-cmd/Makemodule.am
lsfd: move the source code to new ./lsfd-cmd directory
[thirdparty/util-linux.git] / lsfd-cmd / Makemodule.am
1 if BUILD_LSFD
2
3 lsfd-cmd/file.c: errnos.h
4
5 bin_PROGRAMS += lsfd
6 MANPAGES += lsfd-cmd/lsfd.1
7 dist_noinst_DATA += lsfd-cmd/lsfd.1.adoc
8 lsfd_SOURCES = \
9 lsfd-cmd/lsfd.c \
10 lsfd-cmd/lsfd.h \
11 lsfd-cmd/decode-file-flags.c \
12 lsfd-cmd/file.c \
13 lsfd-cmd/cdev.c \
14 lsfd-cmd/bdev.c \
15 lsfd-cmd/sock.c \
16 lsfd-cmd/sock.h \
17 lsfd-cmd/sock-xinfo.c \
18 lsfd-cmd/unkn.c \
19 lsfd-cmd/fifo.c \
20 lsfd-cmd/pidfd.h \
21 lsfd-cmd/pidfd.c
22 lsfd_LDADD = $(LDADD) $(MQ_LIBS) libsmartcols.la libcommon.la
23 lsfd_CFLAGS = $(AM_CFLAGS) -I$(ul_libsmartcols_incdir)
24 endif