diff options
author | Michael Biebl <biebl@debian.org> | 2015-11-19 17:41:41 +0100 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2015-11-19 17:41:41 +0100 |
commit | e7035a47797521ee5b9fc99b1b98114b6513e01e (patch) | |
tree | 45e65e3ead1ab00c51660f0c1e7afacf057d5773 /Makefile.am | |
parent | 1d1423257aa7d486e1affc7495fce83438226245 (diff) | |
download | systemd-e7035a47797521ee5b9fc99b1b98114b6513e01e.tar.gz |
build: install bash completion for networkctl
This is a follow-up for commit e4f246b1b512c68260581c4976d2eb01cf7febdc.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 0583742232..2cf43a5a45 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5268,6 +5268,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 |