[Nagiosplug-checkins] CVS: nagiosplug/plugins Makefile.am,1.28,1.29

Karl DeBisschop kdebisschop at users.sourceforge.net
Fri Jul 4 03:43:06 CEST 2003


Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv2347/plugins

Modified Files:
	Makefile.am 
Log Message:
only make links for check_spop and check_simap when SSL is built into check_tcp

Index: Makefile.am
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/Makefile.am,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -r1.28 -r1.29
*** Makefile.am	30 Jun 2003 18:52:04 -0000	1.28
--- Makefile.am	4 Jul 2003 10:42:13 -0000	1.29
***************
*** 11,20 ****
  	@EXTRAS@
  
  EXTRA_PROGRAMS = check_mysql check_radius check_pgsql check_snmp check_hpjd \
  	check_swap check_fping check_ldap check_game check_dig \
  	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 \
--- 11,20 ----
  	@EXTRAS@
  
+ check_tcp_programs = check_ftp check_imap check_nntp check_pop check_udp2 \
+ 	@check_tcp_ssl@
+ 
  EXTRA_PROGRAMS = check_mysql check_radius check_pgsql check_snmp check_hpjd \
  	check_swap check_fping check_ldap check_game check_dig \
  	check_nagios check_by_ssh check_dns check_nt
  
  EXTRA_DIST = t utils.c netutils.c popen.c utils.h netutils.h popen.h common.h \





More information about the Commits mailing list