summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-02-16 18:17:01 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-02-18 11:50:53 -0500
commite81eb2874e2aae31c0241092c1b1d57ed66f6285 (patch)
tree9559ec7265ea13d9ca766cd156e5befa24d14884 /Makefile.am
parente1caa6e09b9698d629dc6a7a166e12ea8752aedd (diff)
downloadsystemd-e81eb2874e2aae31c0241092c1b1d57ed66f6285.tar.gz
systemd-resolve: initial shell completion
v2: - use /sys/class/net to list interfaces, also copy the same code to systemd-nspawn v3: - do not propose "any" twice for --type
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 8c151f538f..16a7a80e52 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5207,6 +5207,12 @@ systemd_resolve_LDADD = \
bin_PROGRAMS += \
systemd-resolve
+dist_bashcompletion_data += \
+ shell-completion/bash/systemd-resolve
+
+dist_zshcompletion_data += \
+ shell-completion/zsh/_systemd-resolve
+
tests += \
test-dns-domain \
test-dnssec