summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMartin Pitt <martin.pitt@ubuntu.com>2016-02-19 07:50:50 +0100
committerMartin Pitt <martin.pitt@ubuntu.com>2016-02-19 07:50:50 +0100
commite4d86881d5cea2d166149c80075f3ad8143c901f (patch)
tree6f78d3f4b9a823500ecfe1c34aedd36b14a61d40 /Makefile.am
parent48ddca5f3559c02f06cd03006eb11c6bab1a53e6 (diff)
parente81eb2874e2aae31c0241092c1b1d57ed66f6285 (diff)
Merge pull request #2648 from keszybz/dnssec-work
Better support for DANE, shell completion
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 5e3c12c47f..03341fcd28 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5205,6 +5205,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-packet \
test-resolve-tables \