From e7035a47797521ee5b9fc99b1b98114b6513e01e Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 19 Nov 2015 17:41:41 +0100 Subject: build: install bash completion for networkctl This is a follow-up for commit e4f246b1b512c68260581c4976d2eb01cf7febdc. --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.am') 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 -- cgit v1.2.3-54-g00ecf