diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2014-02-18 21:09:05 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-02-18 21:14:30 +0100 |
commit | e56056e93d33619a3acf13e483900b4f8938228f (patch) | |
tree | c9f4c2bc3ca17abf80e6c9a9b5bef3e3387a0766 /Makefile.am | |
parent | 0f3e07b7cc535af3c4ea56c3b28c140c1771fa6a (diff) |
machinectl: add bash completion
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 18df6453e5..83c70a63e2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3951,6 +3951,9 @@ machinectl_LDADD = \ rootbin_PROGRAMS += \ machinectl +dist_bashcompletion_DATA += \ + shell-completion/bash/machinectl + test_machine_tables_SOURCES = \ src/machine/test-machine-tables.c |