summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2015-11-19 17:41:41 +0100
committerMichael Biebl <biebl@debian.org>2015-11-19 17:41:41 +0100
commite7035a47797521ee5b9fc99b1b98114b6513e01e (patch)
tree45e65e3ead1ab00c51660f0c1e7afacf057d5773
parent1d1423257aa7d486e1affc7495fce83438226245 (diff)
build: install bash completion for networkctl
This is a follow-up for commit e4f246b1b512c68260581c4976d2eb01cf7febdc.
-rw-r--r--Makefile.am5
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