diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 19:33:32 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 19:33:32 +0000 |
commit | 8bb05ac73a5b448b339ce0bc8d396c82c459b47f (patch) | |
tree | 1fdda006866bca20d41cb206767ea5241e36852f /bash-completion/Makemodule.am | |
parent | Adding debian version 2.39.3-11. (diff) | |
download | util-linux-8bb05ac73a5b448b339ce0bc8d396c82c459b47f.tar.xz util-linux-8bb05ac73a5b448b339ce0bc8d396c82c459b47f.zip |
Merging upstream version 2.40.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'bash-completion/Makemodule.am')
-rw-r--r-- | bash-completion/Makemodule.am | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/bash-completion/Makemodule.am b/bash-completion/Makemodule.am index eb10f6f..034f943 100644 --- a/bash-completion/Makemodule.am +++ b/bash-completion/Makemodule.am @@ -18,6 +18,9 @@ endif if BUILD_COLUMN dist_bashcompletion_DATA += bash-completion/column endif +if BUILD_EXCH +dist_bashcompletion_DATA += bash-completion/exch +endif if BUILD_FINCORE dist_bashcompletion_DATA += bash-completion/fincore endif @@ -99,6 +102,9 @@ endif if BUILD_SCRIPTLIVE dist_bashcompletion_DATA += bash-completion/scriptlive endif +if BUILD_SETPGID +dist_bashcompletion_DATA += bash-completion/setpgid +endif if BUILD_SETSID dist_bashcompletion_DATA += bash-completion/setsid endif @@ -195,6 +201,9 @@ endif if BUILD_UUIDGEN dist_bashcompletion_DATA += bash-completion/uuidgen endif +if BUILD_LIBLASTLOG2 +dist_bashcompletion_DATA += bash-completion/lastlog2 +endif if BUILD_UUIDPARSE dist_bashcompletion_DATA += bash-completion/uuidparse endif @@ -344,5 +353,11 @@ endif if BUILD_WAITPID dist_bashcompletion_DATA += bash-completion/waitpid endif +if BUILD_ENOSYS +dist_bashcompletion_DATA += bash-completion/enosys +endif +if BUILD_LSCLOCKS +dist_bashcompletion_DATA += bash-completion/lsclocks +endif endif # BUILD_BASH_COMPLETION |