diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-08-27 12:17:46 +0200 |
|---|---|---|
| committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-08-27 12:17:46 +0200 |
| commit | a27862a9c774d3fc4a608f8593c83b11357cc6dc (patch) | |
| tree | d0b86f8a6174a16ee102a1b5c37fba2f74e2882c /plugins/Makefile.am | |
| parent | babeb765e5725610dbf7673c91a3a5a4e5a8810f (diff) | |
| download | monitoring-plugins-a27862a9c774d3fc4a608f8593c83b11357cc6dc.tar.gz | |
check_snmp: rebuild threshold parsing
Diffstat (limited to 'plugins/Makefile.am')
| -rw-r--r-- | plugins/Makefile.am | 1 |
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) | |||
| 152 | check_procs_LDADD = $(BASEOBJS) | 152 | check_procs_LDADD = $(BASEOBJS) |
| 153 | check_radius_LDADD = $(NETLIBS) $(RADIUSLIBS) | 153 | check_radius_LDADD = $(NETLIBS) $(RADIUSLIBS) |
| 154 | check_real_LDADD = $(NETLIBS) | 154 | check_real_LDADD = $(NETLIBS) |
| 155 | check_snmp_SOURCES = check_snmp.c check_snmp.d/check_snmp_helpers.c | ||
| 155 | check_snmp_LDADD = $(BASEOBJS) | 156 | check_snmp_LDADD = $(BASEOBJS) |
| 156 | check_snmp_LDFLAGS = $(AM_LDFLAGS) `net-snmp-config --libs` | 157 | check_snmp_LDFLAGS = $(AM_LDFLAGS) `net-snmp-config --libs` |
| 157 | check_snmp_CFLAGS = $(AM_CFLAGS) `net-snmp-config --cflags` | 158 | check_snmp_CFLAGS = $(AM_CFLAGS) `net-snmp-config --cflags` |
