summaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-03-11 02:02:27 +0100
committerLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-03-11 02:02:27 +0100
commitf25a4000b6ffbe0fff1d749ff334b36c77ddc6a2 (patch)
treeadf1152a6c69583e44d3d4e41088eb57217c774f /plugins/Makefile.am
parentaa137f7d4adb8ebbbdd3a4c71cd28824d6fcfaca (diff)
downloadmonitoring-plugins-f25a4000b6ffbe0fff1d749ff334b36c77ddc6a2.tar.gz
Refactor check_curl
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r--plugins/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 41487131..ce00c392 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -57,7 +57,8 @@ EXTRA_DIST = t \
57 check_apt.d \ 57 check_apt.d \
58 check_by_ssh.d \ 58 check_by_ssh.d \
59 check_smtp.d \ 59 check_smtp.d \
60 check_dig.d 60 check_dig.d \
61 check_curl.d
61 62
62PLUGINHDRS = common.h 63PLUGINHDRS = common.h
63 64