Merge pull request #1962 from mbiebl/install-completion-networkctl

build: install bash completion for networkctl
This commit is contained in:
Tom Gundersen
2015-11-20 04:04:24 +01:00

View File

@@ -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