diff options
| author | Ton Voon <tonvoon@users.sourceforge.net> | 2003-01-29 20:33:04 +0000 |
|---|---|---|
| committer | Ton Voon <tonvoon@users.sourceforge.net> | 2003-01-29 20:33:04 +0000 |
| commit | f3764b61369571beb18e51ef8780863b1069b330 (patch) | |
| tree | d15e7368ec1d5f6e6fbd429c519b85757913f038 /plugins/Makefile.am | |
| parent | 041fdc1d08df3769f162473292ad96dd18aa88b2 (diff) | |
| download | monitoring-plugins-f3764b61369571beb18e51ef8780863b1069b330.tar.gz | |
Added in check_nt for bug 646516
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@269 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/Makefile.am')
| -rw-r--r-- | plugins/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 0258a093..e7030022 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
| @@ -12,7 +12,7 @@ libexec_PROGRAMS = check_disk check_dummy check_http check_load \ | |||
| 12 | 12 | ||
| 13 | EXTRA_PROGRAMS = check_mysql check_radius check_pgsql check_snmp check_hpjd \ | 13 | 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 | 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 | 18 | ||
| @@ -51,6 +51,7 @@ check_mrtg_LDADD = $(BASEOBJS) | |||
| 51 | check_mrtgtraf_LDADD = $(BASEOBJS) | 51 | check_mrtgtraf_LDADD = $(BASEOBJS) |
| 52 | check_mysql_LDADD = $(BASEOBJS) $(MYSQLLIBS) | 52 | check_mysql_LDADD = $(BASEOBJS) $(MYSQLLIBS) |
| 53 | check_nagios_LDADD = $(BASEOBJS) popen.o | 53 | check_nagios_LDADD = $(BASEOBJS) popen.o |
| 54 | check_nt_LDADD = $(NETLIBS) | ||
| 54 | check_nwstat_LDADD = $(NETLIBS) | 55 | check_nwstat_LDADD = $(NETLIBS) |
| 55 | check_overcr_LDADD = $(NETLIBS) | 56 | check_overcr_LDADD = $(NETLIBS) |
| 56 | check_pgsql_LDADD = $(BASEOBJS) $(PGLIBS) | 57 | check_pgsql_LDADD = $(BASEOBJS) $(PGLIBS) |
| @@ -86,6 +87,7 @@ check_mrtg_DEPENDENCIES = check_mrtg.c $(DEPLIBS) | |||
| 86 | check_mrtgtraf_DEPENDENCIES = check_mrtgtraf.c $(DEPLIBS) | 87 | check_mrtgtraf_DEPENDENCIES = check_mrtgtraf.c $(DEPLIBS) |
| 87 | check_mysql_DEPENDENCIES = check_mysql.c $(DEPLIBS) | 88 | check_mysql_DEPENDENCIES = check_mysql.c $(DEPLIBS) |
| 88 | check_nagios_DEPENDENCIES = check_nagios.c $(BASEOBJS) popen.o $(DEPLIBS) | 89 | check_nagios_DEPENDENCIES = check_nagios.c $(BASEOBJS) popen.o $(DEPLIBS) |
| 90 | check_nt_DEPENDENCIES = check_nt.c $(BASEOBJS) $(DEPLIBS) | ||
| 89 | check_nwstat_DEPENDENCIES = check_nwstat.c $(NETOBJS) $(DEPLIBS) | 91 | check_nwstat_DEPENDENCIES = check_nwstat.c $(NETOBJS) $(DEPLIBS) |
| 90 | check_overcr_DEPENDENCIES = check_overcr.c $(NETOBJS) $(DEPLIBS) | 92 | check_overcr_DEPENDENCIES = check_overcr.c $(NETOBJS) $(DEPLIBS) |
| 91 | check_pgsql_DEPENDENCIES = check_pgsql.c $(DEPLIBS) | 93 | check_pgsql_DEPENDENCIES = check_pgsql.c $(DEPLIBS) |
