summaryrefslogtreecommitdiffstats
path: root/sys-utils/Makemodule.am
diff options
context:
space:
mode:
authorKarel Zak2015-11-26 14:09:45 +0100
committerKarel Zak2015-11-26 14:09:45 +0100
commit8a2045620e13d66ba8f271dc8378f7bd0830aaae (patch)
treed4024cd884444e450e13b39627b6c2eda7f26be4 /sys-utils/Makemodule.am
parentlslocks: use stuff from lib/procutils (diff)
downloadkernel-qcow2-util-linux-8a2045620e13d66ba8f271dc8378f7bd0830aaae.tar.gz
kernel-qcow2-util-linux-8a2045620e13d66ba8f271dc8378f7bd0830aaae.tar.xz
kernel-qcow2-util-linux-8a2045620e13d66ba8f271dc8378f7bd0830aaae.zip
lsns: new command
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/Makemodule.am')
-rw-r--r--sys-utils/Makemodule.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys-utils/Makemodule.am b/sys-utils/Makemodule.am
index 8f65eb735..016148b71 100644
--- a/sys-utils/Makemodule.am
+++ b/sys-utils/Makemodule.am
@@ -226,6 +226,15 @@ prlimit_CFLAGS = $(AM_CFLAGS) -I$(ul_libsmartcols_incdir)
endif
+if BUILD_LSNS
+usrbin_exec_PROGRAMS += lsns
+#dist_man_MANS += sys-utils/lsns.1
+lsns_SOURCES = sys-utils/lsns.c
+lsns_LDADD = $(LDADD) libcommon.la libsmartcols.la
+lsns_CFLAGS = $(AM_CFLAGS) -I$(ul_libsmartcols_incdir)
+endif
+
+
if BUILD_MOUNT
#
# The original mount is in mount/ directory