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 4cf44c6c..2561954f 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
@@ -14,7 +14,8 @@ EXTRA_PROGRAMS = check_mysql check_radius check_pgsql check_snmp check_hpjd \ | |||
14 | check_swap check_fping check_ldap check_game check_dig \ | 14 | check_swap check_fping check_ldap check_game check_dig \ |
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 | 17 | check_tcp_programs = check_ftp check_imap check_nntp check_pop \ |
18 | @check_tcp_ssl@ | ||
18 | 19 | ||
19 | EXTRA_DIST = t utils.c netutils.c popen.c \ | 20 | EXTRA_DIST = t utils.c netutils.c popen.c \ |
20 | snprintf.c | 21 | snprintf.c |