diff options
author | William Giokas <1007380@gmail.com> | 2013-07-29 14:03:43 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-08-02 10:43:27 -0400 |
commit | 799d54be0b681c0329539fca604261994e7f8c0e (patch) | |
tree | 2f4c5826d1cb6c8daf9fa9e22f9f4cfe44140feb /Makefile.am | |
parent | ff7a0685a9aaa621f14bfe7cd36010a3236f775a (diff) |
zsh_completion: Split out zsh _loginctl
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 bfb70b18cb..9fa7944f37 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3714,6 +3714,9 @@ rootbin_PROGRAMS += \ dist_bashcompletion_DATA += \ shell-completion/bash/loginctl +dist_zshcompletion_DATA += \ + shell-completion/zsh/_loginctl + systemd_inhibit_SOURCES = \ src/login/inhibit.c |