diff options
author | William Giokas <1007380@gmail.com> | 2013-07-29 14:09:10 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-08-02 10:43:42 -0400 |
commit | 70e104c4e39d47b3b2a82654bbf1a559b57a9c68 (patch) | |
tree | 75032830405b5d01af9324bd8313860aaa706732 /Makefile.am | |
parent | c4c12f133e22af6e3e193f3312e7cad61fa1b881 (diff) |
zsh_completion: Split out zsh _coredumpctl
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 64d4785db3..cf764cd68e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3104,6 +3104,9 @@ bin_PROGRAMS += \ dist_bashcompletion_DATA += \ shell-completion/bash/systemd-coredumpctl +dist_zshcompletion_DATA += \ + shell-completion/zsh/_systemd-coredumpctl + sysctl_DATA = \ sysctl.d/50-coredump.conf |