diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index cf35290..feccd00 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
@@ -13,7 +13,7 @@ LIBS = @LIBINTL@ @LIBS@ | |||
13 | libexec_PROGRAMS = 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 \ | 16 | check_udp check_ups check_users negate urlize check_icmp \ |
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 \ |
@@ -113,6 +113,7 @@ check_users_DEPENDENCIES = check_users.c $(BASEOBJS) popen.o $(DEPLIBS) | |||
113 | check_by_ssh_DEPENDENCIES = check_by_ssh.c $(NETOBJS) popen.o $(DEPLIBS) | 113 | check_by_ssh_DEPENDENCIES = check_by_ssh.c $(NETOBJS) popen.o $(DEPLIBS) |
114 | negate_DEPENDENCIES = negate.c $(BASEOBJS) popen.o $(DEPLIBS) | 114 | negate_DEPENDENCIES = negate.c $(BASEOBJS) popen.o $(DEPLIBS) |
115 | urlize_DEPENDENCIES = urlize.c $(BASEOBJS) popen.o $(DEPLIBS) | 115 | urlize_DEPENDENCIES = urlize.c $(BASEOBJS) popen.o $(DEPLIBS) |
116 | check_icmp_DEPENDENCIES = check_icmp.c $(DEPLIBS) | ||
116 | 117 | ||
117 | ############################################################################## | 118 | ############################################################################## |
118 | # secondary dependencies | 119 | # secondary dependencies |