diff options
author | Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | 2005-01-24 23:17:26 (GMT) |
---|---|---|
committer | Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | 2005-01-24 23:17:26 (GMT) |
commit | 3916bd6506f34d67e44511d95d8505abc2f0d17a (patch) | |
tree | af8d302bd8277287941ad0e25213ad5339890f25 /plugins | |
parent | edff8ae40c43b50680d28a59225a674c4fd59a5e (diff) | |
download | monitoring-plugins-3916bd6506f34d67e44511d95d8505abc2f0d17a.tar.gz |
Removed check_dhcp and check_icmp from libexec_PROGRAMS (ie dont build by defaut)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1095 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Makefile.am | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 5185821..2fbe64a 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
@@ -10,18 +10,19 @@ localedir = $(datadir)/locale | |||
10 | DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ | 10 | DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ |
11 | LIBS = @LIBINTL@ @LIBS@ @SSLINCLUDE@ | 11 | LIBS = @LIBINTL@ @LIBS@ @SSLINCLUDE@ |
12 | 12 | ||
13 | libexec_PROGRAMS = check_dhcp check_disk check_dummy check_http check_load \ | 13 | libexec_PROGRAMS = check_disk check_dummy check_http check_load \ |
14 | check_mrtg check_mrtgtraf check_nwstat check_overcr check_ping \ | 14 | check_mrtg check_mrtgtraf check_nwstat check_overcr check_ping \ |
15 | check_real check_smtp check_ssh check_tcp check_time \ | 15 | check_real check_smtp check_ssh check_tcp check_time \ |
16 | check_udp check_ups check_users negate urlize check_icmp \ | 16 | check_udp check_ups check_users negate urlize \ |
17 | @EXTRAS@ | 17 | @EXTRAS@ |
18 | 18 | ||
19 | check_tcp_programs = check_ftp check_imap check_nntp check_pop check_udp2 \ | 19 | check_tcp_programs = check_ftp check_imap check_nntp check_pop check_udp2 \ |
20 | @check_tcp_ssl@ | 20 | @check_tcp_ssl@ |
21 | 21 | ||
22 | EXTRA_PROGRAMS = check_mysql check_radius check_pgsql check_snmp check_hpjd \ | 22 | EXTRA_PROGRAMS = check_mysql check_radius check_pgsql check_snmp check_hpjd \ |
23 | check_swap check_fping check_ldap check_game check_dig \ | 23 | check_swap check_fping check_ldap check_game check_dhcp check_dig \ |
24 | check_nagios check_by_ssh check_dns check_nt check_ide_smart check_procs | 24 | check_nagios check_by_ssh check_dns check_nt check_ide_smart \ |
25 | check_procs check_icmp | ||
25 | 26 | ||
26 | EXTRA_DIST = t utils.c netutils.c popen.c utils.h netutils.h popen.h common.h \ | 27 | EXTRA_DIST = t utils.c netutils.c popen.c utils.h netutils.h popen.h common.h \ |
27 | getaddrinfo.c getaddrinfo.h gethostbyname.c gethostbyname.h | 28 | getaddrinfo.c getaddrinfo.h gethostbyname.c gethostbyname.h |