diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-09 12:45:15 +0100 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-09 12:45:15 +0100 |
commit | 8a415c3c09540caeeeffb2f8e24623ad25d23165 (patch) | |
tree | 9b426a9bb398086775a2a4851a2afd900c1b66fc | |
parent | 66b1997e0529bf3461982672c458b3c0c4f1d129 (diff) | |
download | monitoring-plugins-8a415c3c09540caeeeffb2f8e24623ad25d23165.tar.gz |
Add check_dns to distribution files
-rw-r--r-- | plugins/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 28763dfc..6ee93c18 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
@@ -51,7 +51,8 @@ EXTRA_DIST = t \ | |||
51 | $(np_test_scripts) \ | 51 | $(np_test_scripts) \ |
52 | check_swap.d \ | 52 | check_swap.d \ |
53 | check_dbi.d \ | 53 | check_dbi.d \ |
54 | check_ssh.d | 54 | check_ssh.d \ |
55 | check_dns.d | ||
55 | 56 | ||
56 | PLUGINHDRS = common.h | 57 | PLUGINHDRS = common.h |
57 | 58 | ||