diff options
author | Jeremy T. Bouse <undrgrid@users.sourceforge.net> | 2003-06-30 18:52:04 (GMT) |
---|---|---|
committer | Jeremy T. Bouse <undrgrid@users.sourceforge.net> | 2003-06-30 18:52:04 (GMT) |
commit | 2527943a443e2551e722ed6b8f1bc86f76dc823a (patch) | |
tree | 1a13a16febbce91446d952cf62699ea328290e7b | |
parent | 909d85043409e9a82f14510d319979490063f2a7 (diff) | |
download | monitoring-plugins-2527943a443e2551e722ed6b8f1bc86f76dc823a.tar.gz |
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
-rw-r--r-- | plugins/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ | |||
15 | check_nagios check_by_ssh check_dns check_nt | 15 | check_nagios check_by_ssh check_dns check_nt |
16 | 16 | ||
17 | check_tcp_programs = check_ftp check_imap check_nntp check_pop check_udp2 | 17 | check_tcp_programs = check_ftp check_imap check_nntp check_pop check_udp2 |
18 | check_tcp_programs += check_simap check_spop | ||
18 | 19 | ||
19 | EXTRA_DIST = t utils.c netutils.c popen.c utils.h netutils.h popen.h common.h \ | 20 | EXTRA_DIST = t utils.c netutils.c popen.c utils.h netutils.h popen.h common.h \ |
20 | getaddrinfo.c getaddrinfo.h gethostbyname.c gethostbyname.h | 21 | getaddrinfo.c getaddrinfo.h gethostbyname.c gethostbyname.h |