diff options
author | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-28 23:18:17 (GMT) |
---|---|---|
committer | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-28 23:18:17 (GMT) |
commit | 6ecaa524bf28b5fb861b161ea075a11119cb3bd2 (patch) | |
tree | fb5e86f3c4a5d8aa0b790e15f380baa54a8703f1 /plugins/Makefile.am | |
parent | b8fcd0d2587a5415266d7f3eea7ae6764900a7cc (diff) | |
download | monitoring-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.am | 2 |
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 | |||
69 | check_radius_LDADD = $(NETLIBS) $(RADIUSLIBS) | 69 | check_radius_LDADD = $(NETLIBS) $(RADIUSLIBS) |
70 | check_real_LDADD = $(NETLIBS) | 70 | check_real_LDADD = $(NETLIBS) |
71 | check_snmp_LDADD = $(BASEOBJS) popen.o | 71 | check_snmp_LDADD = $(BASEOBJS) popen.o |
72 | check_smtp_LDADD = $(NETLIBS) | 72 | check_smtp_LDADD = $(NETLIBS) $(SSLLIBS) |
73 | check_ssh_LDADD = $(NETLIBS) | 73 | check_ssh_LDADD = $(NETLIBS) |
74 | check_swap_LDADD = $(BASEOBJS) popen.o | 74 | check_swap_LDADD = $(BASEOBJS) popen.o |
75 | check_tcp_LDADD = $(NETLIBS) $(SSLLIBS) | 75 | check_tcp_LDADD = $(NETLIBS) $(SSLLIBS) |