summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2015-11-20 04:04:24 +0100
committerTom Gundersen <teg@jklm.no>2015-11-20 04:04:24 +0100
commitc665ffa9b16d910fb6660e132f19ffc4e2537590 (patch)
tree40a695942a8aae8bb79c77949e430f72acf27e0c /Makefile.am
parentbb54817f3bbe9043326b72a848384491314d428d (diff)
parente7035a47797521ee5b9fc99b1b98114b6513e01e (diff)
Merge pull request #1962 from mbiebl/install-completion-networkctl
build: install bash completion for networkctl
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
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