summaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
authorBenoit Mortier <opensides@users.sourceforge.net>2004-12-28 23:18:17 (GMT)
committerBenoit Mortier <opensides@users.sourceforge.net>2004-12-28 23:18:17 (GMT)
commit6ecaa524bf28b5fb861b161ea075a11119cb3bd2 (patch)
treefb5e86f3c4a5d8aa0b790e15f380baa54a8703f1 /plugins/Makefile.am
parentb8fcd0d2587a5415266d7f3eea7ae6764900a7cc (diff)
downloadmonitoring-plugins-6ecaa524bf28b5fb861b161ea075a11119cb3bd2.tar.gz
starttls support for check_smtp #1041576
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1065 f882894a-f735-0410-b71e-b25c423dba1c
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 538f905..5185821 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -69,7 +69,7 @@ check_procs_LDADD = $(BASEOBJS) popen.o
69check_radius_LDADD = $(NETLIBS) $(RADIUSLIBS) 69check_radius_LDADD = $(NETLIBS) $(RADIUSLIBS)
70check_real_LDADD = $(NETLIBS) 70check_real_LDADD = $(NETLIBS)
71check_snmp_LDADD = $(BASEOBJS) popen.o 71check_snmp_LDADD = $(BASEOBJS) popen.o
72check_smtp_LDADD = $(NETLIBS) 72check_smtp_LDADD = $(NETLIBS) $(SSLLIBS)
73check_ssh_LDADD = $(NETLIBS) 73check_ssh_LDADD = $(NETLIBS)
74check_swap_LDADD = $(BASEOBJS) popen.o 74check_swap_LDADD = $(BASEOBJS) popen.o
75check_tcp_LDADD = $(NETLIBS) $(SSLLIBS) 75check_tcp_LDADD = $(NETLIBS) $(SSLLIBS)