summaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-08-27 12:17:46 +0200
committerLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-08-27 12:17:46 +0200
commita27862a9c774d3fc4a608f8593c83b11357cc6dc (patch)
treed0b86f8a6174a16ee102a1b5c37fba2f74e2882c /plugins/Makefile.am
parentbabeb765e5725610dbf7673c91a3a5a4e5a8810f (diff)
downloadmonitoring-plugins-a27862a9c774d3fc4a608f8593c83b11357cc6dc.tar.gz
check_snmp: rebuild threshold parsing
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r--plugins/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 765e2687..38668348 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -152,6 +152,7 @@ check_ping_LDADD = $(NETLIBS)
152check_procs_LDADD = $(BASEOBJS) 152check_procs_LDADD = $(BASEOBJS)
153check_radius_LDADD = $(NETLIBS) $(RADIUSLIBS) 153check_radius_LDADD = $(NETLIBS) $(RADIUSLIBS)
154check_real_LDADD = $(NETLIBS) 154check_real_LDADD = $(NETLIBS)
155check_snmp_SOURCES = check_snmp.c check_snmp.d/check_snmp_helpers.c
155check_snmp_LDADD = $(BASEOBJS) 156check_snmp_LDADD = $(BASEOBJS)
156check_snmp_LDFLAGS = $(AM_LDFLAGS) `net-snmp-config --libs` 157check_snmp_LDFLAGS = $(AM_LDFLAGS) `net-snmp-config --libs`
157check_snmp_CFLAGS = $(AM_CFLAGS) `net-snmp-config --cflags` 158check_snmp_CFLAGS = $(AM_CFLAGS) `net-snmp-config --cflags`