diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-10 21:07:55 +0100 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-10 21:07:55 +0100 |
commit | 3420d88a9c7436965f22a52790ffb8c793e2990f (patch) | |
tree | 6c65af59151e64282f9f5925be69162adad994d6 /plugins/Makefile.am | |
parent | 5cf53de34fa410702ca59437cdf3f304366c3c55 (diff) | |
parent | f930f1745b350903efa42933c04f8a2362d66d74 (diff) | |
download | monitoring-plugins-3420d88a9c7436965f22a52790ffb8c793e2990f.tar.gz |
Merge branch 'master' into refactor/check_smtp
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r-- | plugins/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 116d45a8..d9269691 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
@@ -54,7 +54,9 @@ EXTRA_DIST = t \ | |||
54 | check_dbi.d \ | 54 | check_dbi.d \ |
55 | check_ssh.d \ | 55 | check_ssh.d \ |
56 | check_dns.d \ | 56 | check_dns.d \ |
57 | check_smtp.d | 57 | check_apt.d \ |
58 | check_by_ssh.d \ | ||
59 | check_smtp.d | ||
58 | 60 | ||
59 | PLUGINHDRS = common.h | 61 | PLUGINHDRS = common.h |
60 | 62 | ||