build: install bash completion for networkctl
authorMichael Biebl <biebl@debian.org>
Thu, 19 Nov 2015 16:41:41 +0000 (17:41 +0100)
committerMichael Biebl <biebl@debian.org>
Thu, 19 Nov 2015 16:41:41 +0000 (17:41 +0100)
This is a follow-up for commit e4f246b1b512c68260581c4976d2eb01cf7febdc.

Makefile.am

index 0583742..2cf43a5 100644 (file)
@@ -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