summaryrefslogtreecommitdiffstats
path: root/bash-completion/Makemodule.am
diff options
context:
space:
mode:
authorSami Kerola2016-03-13 11:31:47 +0100
committerKarel Zak2016-03-14 13:15:14 +0100
commit372221e52b4cd9fcb01149a16750a5da08f62833 (patch)
tree1d4cd6fa8b7597be5a8706fb504f80aa7be13701 /bash-completion/Makemodule.am
parentbash-completion: ipcmk: add missing completion file (diff)
downloadkernel-qcow2-util-linux-372221e52b4cd9fcb01149a16750a5da08f62833.tar.gz
kernel-qcow2-util-linux-372221e52b4cd9fcb01149a16750a5da08f62833.tar.xz
kernel-qcow2-util-linux-372221e52b4cd9fcb01149a16750a5da08f62833.zip
bash-completion: lslogins: add missing completion file
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'bash-completion/Makemodule.am')
-rw-r--r--bash-completion/Makemodule.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/bash-completion/Makemodule.am b/bash-completion/Makemodule.am
index e4196a3de..9479087b1 100644
--- a/bash-completion/Makemodule.am
+++ b/bash-completion/Makemodule.am
@@ -150,6 +150,9 @@ endif
if BUILD_LAST
dist_bashcompletion_DATA += bash-completion/last
endif
+if BUILD_LSLOGINS
+dist_bashcompletion_DATA += bash-completion/lslogins
+endif
if BUILD_NEWGRP
dist_bashcompletion_DATA += bash-completion/newgrp
endif