diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2015-05-02 08:53:21 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2015-08-15 22:14:07 +0200 |
commit | 4f5bae9d7e7f1173cb5bf4a7596f4c981ae17aa5 (patch) | |
tree | ba8e1ccbfccbc0536dcf34e41b0a304eabae28de /Makefile.am | |
parent | f6924f1697ef6aa17e3a7f2e5c74a97c062fe13b (diff) |
Remove reference to non-existing file.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 7e7f29a210..f9d1c1ac53 100644 --- a/Makefile.am +++ b/Makefile.am @@ -805,8 +805,7 @@ dist_bashcompletion_DATA += \ shell-completion/bash/loginctl dist_zshcompletion_DATA += \ - shell-completion/zsh/_loginctl \ - shell-completion/zsh/_systemd-inhibit + shell-completion/zsh/_loginctl systemd_inhibit_SOURCES = \ src/login/inhibit.c |