diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-10 01:31:52 +0100 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-10 01:31:52 +0100 |
commit | 883fcb607f9b3e810e22b2e21da7441a073b6e32 (patch) | |
tree | 89297b6448f6e56f402dbc5baff082e495fdf17a /plugins/Makefile.am | |
parent | 0867319268898bc63f483e6257c65123e10603ba (diff) | |
download | monitoring-plugins-883fcb60.tar.gz |
Refactor check_smtp
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 6ee93c18..5e8f0650 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
@@ -52,7 +52,8 @@ EXTRA_DIST = t \ | |||
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 | check_dns.d \ |
56 | check_smtp.d | ||
56 | 57 | ||
57 | PLUGINHDRS = common.h | 58 | PLUGINHDRS = common.h |
58 | 59 | ||