summaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
authorJeremy T. Bouse <undrgrid@users.sourceforge.net>2003-06-30 18:52:04 (GMT)
committerJeremy T. Bouse <undrgrid@users.sourceforge.net>2003-06-30 18:52:04 (GMT)
commit2527943a443e2551e722ed6b8f1bc86f76dc823a (patch)
tree1a13a16febbce91446d952cf62699ea328290e7b /plugins/Makefile.am
parent909d85043409e9a82f14510d319979490063f2a7 (diff)
downloadmonitoring-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
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r--plugins/Makefile.am1
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
17check_tcp_programs = check_ftp check_imap check_nntp check_pop check_udp2 17check_tcp_programs = check_ftp check_imap check_nntp check_pop check_udp2
18check_tcp_programs += check_simap check_spop
18 19
19EXTRA_DIST = t utils.c netutils.c popen.c utils.h netutils.h popen.h common.h \ 20EXTRA_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