diff options
author | Tom Gundersen <teg@jklm.no> | 2015-11-20 04:04:24 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2015-11-20 04:04:24 +0100 |
commit | c665ffa9b16d910fb6660e132f19ffc4e2537590 (patch) | |
tree | 40a695942a8aae8bb79c77949e430f72acf27e0c | |
parent | bb54817f3bbe9043326b72a848384491314d428d (diff) | |
parent | e7035a47797521ee5b9fc99b1b98114b6513e01e (diff) |
Merge pull request #1962 from mbiebl/install-completion-networkctl
build: install bash completion for networkctl
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 437905ce04..cd9aea6bc8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5369,6 +5369,11 @@ networkctl_LDADD = \ libshared.la \ libsystemd-network.la +if ENABLE_BASH_COMPLETION +dist_bashcompletion_DATA += \ + shell-completion/bash/networkctl +endif + test_network_SOURCES = \ src/network/test-network.c |