summaryrefslogtreecommitdiffstats
path: root/sys-utils/Makemodule.am
diff options
context:
space:
mode:
authorKarel Zak2015-06-30 13:02:36 +0200
committerKarel Zak2015-07-20 11:48:09 +0200
commit9d20ffda794208d26e6b3ed09fbc38d94d0b8fc6 (patch)
treef9fafad6e2f164532ec28f85d3ee2dde27cf8eb0 /sys-utils/Makemodule.am
parentagetty: Reprompt once the network addresses change if address displayed (diff)
downloadkernel-qcow2-util-linux-9d20ffda794208d26e6b3ed09fbc38d94d0b8fc6.tar.gz
kernel-qcow2-util-linux-9d20ffda794208d26e6b3ed09fbc38d94d0b8fc6.tar.xz
kernel-qcow2-util-linux-9d20ffda794208d26e6b3ed09fbc38d94d0b8fc6.zip
lsipc: new command to list IPC facilities
Co-Author: Karel Zak <kzak@redhat.com> Signed-off-by: Karel Zak <kzak@redhat.com> Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
Diffstat (limited to 'sys-utils/Makemodule.am')
-rw-r--r--sys-utils/Makemodule.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys-utils/Makemodule.am b/sys-utils/Makemodule.am
index fcc5c53ef..f306e6559 100644
--- a/sys-utils/Makemodule.am
+++ b/sys-utils/Makemodule.am
@@ -28,6 +28,16 @@ ipcs_SOURCES = sys-utils/ipcs.c \
ipcs_LDADD = $(LDADD) libcommon.la
endif
+if BUILD_LSIPC
+usrbin_exec_PROGRAMS += lsipc
+dist_man_MANS += sys-utils/lsipc.1
+lsipc_SOURCES = sys-utils/lsipc.c \
+ sys-utils/ipcutils.c \
+ sys-utils/ipcutils.h
+lsipc_LDADD = $(LDADD) libcommon.la libsmartcols.la
+lsipc_CFLAGS = $(AM_CFLAGS) -I$(ul_libsmartcols_incdir)
+endif
+
if BUILD_RENICE
usrbin_exec_PROGRAMS += renice
dist_man_MANS += sys-utils/renice.1