diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-08-26 00:24:43 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-08-26 00:24:43 -0400 |
commit | 9ae02597064988e16ec47c4c2beea6e162814d03 (patch) | |
tree | d8b20ce756cf5e9094b5299d5c4e75c11a916b12 /src/grp-system | |
parent | 8878397b6d57d5f16f262beb64f5d169db64e2c1 (diff) |
shell completion for rootbin_PROGRAMS
Diffstat (limited to 'src/grp-system')
-rw-r--r-- | src/grp-system/systemctl/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/grp-system/systemctl/Makefile b/src/grp-system/systemctl/Makefile index fcd72b00c5..114e58cb27 100644 --- a/src/grp-system/systemctl/Makefile +++ b/src/grp-system/systemctl/Makefile @@ -30,6 +30,10 @@ systemctl_SOURCES = \ systemctl_LDADD = \ libshared.la +files.out.all += systemctl.completion.bash +files.out.all += systemctl.completion.zsh +sd.sed_files += systemctl.completion.bash +sd.sed_files += systemctl.completion.zsh sd.CPPFLAGS += -DROOTLIBEXECDIR=\"$(rootlibexecdir)\" sd.CPPFLAGS += -DSYSTEM_SYSVINIT_PATH=\"$(SYSTEM_SYSVINIT_PATH)\" sd.CPPFLAGS += -DSYSTEMD_BINARY_PATH=\"$(rootlibexecdir)/systemd\" |