diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-09 15:53:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-09 15:53:59 +0100 |
commit | 75568a3409fccdebf01446312a9f109cc1a11d15 (patch) | |
tree | 6988afc5958a9ae0bf8f63b6d579281dc7c061e6 /plugins/Makefile.am | |
parent | 6dbc84f93595be81aee4de4ac3122b942047c22d (diff) | |
parent | 16cb24807db5b1bd20e2b31a15bda7940f1145bd (diff) | |
download | monitoring-plugins-75568a3409fccdebf01446312a9f109cc1a11d15.tar.gz |
Merge pull request #2078 from RincewindsHat/refactor/check_dns
Refactor check dns
Diffstat (limited to 'plugins/Makefile.am')
-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 | ||