diff options
author | William Giokas <1007380@gmail.com> | 2013-07-29 14:12:15 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-08-02 10:43:55 -0400 |
commit | 67e654f83021a1b3ed55f4b75936d03591bf80c1 (patch) | |
tree | 754f187267ff3489616c928791f9694605f18e33 /Makefile.am | |
parent | 30fd4d1eb13a200ebcc852d3ce28f3cb30197957 (diff) |
zsh_completion: Split out zsh _systemd-inhibit
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 24e4fa4bd3..a4443fba9a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3730,7 +3730,8 @@ dist_bashcompletion_DATA += \ shell-completion/bash/loginctl dist_zshcompletion_DATA += \ - shell-completion/zsh/_loginctl + shell-completion/zsh/_loginctl \ + shell-completion/zsh/_systemd-inhibit systemd_inhibit_SOURCES = \ src/login/inhibit.c |