summaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r--plugins/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index cf06c70c..252734a4 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -164,7 +164,7 @@ check_radius_LDADD = $(NETLIBS) $(RADIUSLIBS)
164check_real_LDADD = $(NETLIBS) 164check_real_LDADD = $(NETLIBS)
165check_snmp_SOURCES = check_snmp.c check_snmp.d/check_snmp_helpers.c 165check_snmp_SOURCES = check_snmp.c check_snmp.d/check_snmp_helpers.c
166check_snmp_LDADD = $(BASEOBJS) 166check_snmp_LDADD = $(BASEOBJS)
167check_snmp_LDFLAGS = $(AM_LDFLAGS) `pkg-config --libs netsnmp` 167check_snmp_LDFLAGS = $(AM_LDFLAGS) -lm `pkg-config --libs netsnmp`
168check_snmp_CFLAGS = $(AM_CFLAGS) `pkg-config --cflags netsnmp` 168check_snmp_CFLAGS = $(AM_CFLAGS) `pkg-config --cflags netsnmp`
169check_smtp_LDADD = $(SSLOBJS) 169check_smtp_LDADD = $(SSLOBJS)
170check_ssh_LDADD = $(NETLIBS) 170check_ssh_LDADD = $(NETLIBS)