summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGabriel Rauter <rauter.gabriel@gmail.com>2016-11-29 19:00:38 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-11-29 13:00:38 -0500
commita9d2d40dbabd241354f62b57f407fb23c20d7860 (patch)
tree65f8ae5315db99186027704eb076277f443e1d2f /Makefile.am
parente8e42b31c5a950a7b43d64f4a531ec59750e823e (diff)
networkctl: install zsh completion from #3062 (#4767)
zsh autocompletion provided by #3062 will be installed when networkd is enabled.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 6c350b0ec4..124e1867cd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5719,6 +5719,9 @@ networkctl_LDADD = \
dist_bashcompletion_data += \
shell-completion/bash/networkctl
+dist_zshcompletion_data += \
+ shell-completion/zsh/_networkctl
+
test_networkd_conf_SOURCES = \
src/network/test-networkd-conf.c