mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-22 14:46:57 -04:00
Add lib math to check_snmp dependencies
This commit is contained in:
parent
5c5809f424
commit
ae6fcfde85
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ check_radius_LDADD = $(NETLIBS) $(RADIUSLIBS)
|
|||
check_real_LDADD = $(NETLIBS)
|
||||
check_snmp_SOURCES = check_snmp.c check_snmp.d/check_snmp_helpers.c
|
||||
check_snmp_LDADD = $(BASEOBJS)
|
||||
check_snmp_LDFLAGS = $(AM_LDFLAGS) `net-snmp-config --libs`
|
||||
check_snmp_LDFLAGS = $(AM_LDFLAGS) -lm `net-snmp-config --libs`
|
||||
check_snmp_CFLAGS = $(AM_CFLAGS) `net-snmp-config --cflags`
|
||||
check_smtp_LDADD = $(SSLOBJS)
|
||||
check_ssh_LDADD = $(NETLIBS)
|
||||
|
|
|
|||
Loading…
Reference in a new issue