From: Michael Biebl Date: Thu, 19 Nov 2015 16:41:41 +0000 (+0100) Subject: build: install bash completion for networkctl X-Git-Tag: v229~302^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e7035a47797521ee5b9fc99b1b98114b6513e01e;p=thirdparty%2Fsystemd.git build: install bash completion for networkctl This is a follow-up for commit e4f246b1b512c68260581c4976d2eb01cf7febdc. --- diff --git a/Makefile.am b/Makefile.am index 05837422329..2cf43a5a453 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