From: Jeremy T. Bouse Date: Mon, 30 Jun 2003 18:52:04 +0000 (+0000) Subject: Added check_simap & check_spop to check_tcp_programs X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2527943a443e2551e722ed6b8f1bc86f76dc823a;p=nagiosplug.git Added check_simap & check_spop to check_tcp_programs If someone knows how to make this conditional in the Makefile only if being compiled with SSL I think this is the only way to make it better git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@573 f882894a-f735-0410-b71e-b25c423dba1c --- diff --git a/plugins/Makefile.am b/plugins/Makefile.am index d9f10f7..022cff8 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -15,6 +15,7 @@ EXTRA_PROGRAMS = check_mysql check_radius check_pgsql check_snmp check_hpjd \ check_nagios check_by_ssh check_dns check_nt check_tcp_programs = check_ftp check_imap check_nntp check_pop check_udp2 +check_tcp_programs += check_simap check_spop EXTRA_DIST = t utils.c netutils.c popen.c utils.h netutils.h popen.h common.h \ getaddrinfo.c getaddrinfo.h gethostbyname.c gethostbyname.h