diff options
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r-- | plugins/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 9e4924c3..e2bed4c3 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
@@ -27,7 +27,7 @@ MATHLIBS = @MATHLIBS@ | |||
27 | #AM_CFLAGS = -Wall | 27 | #AM_CFLAGS = -Wall |
28 | 28 | ||
29 | libexec_PROGRAMS = check_apt check_cluster check_disk check_dummy check_http check_load \ | 29 | libexec_PROGRAMS = check_apt check_cluster check_disk check_dummy check_http check_load \ |
30 | check_mrtg check_mrtgtraf check_ntp check_ntp_peer check_nwstat check_ping \ | 30 | check_mrtg check_mrtgtraf check_ntp check_ntp_peer check_ping \ |
31 | check_real check_smtp check_ssh check_tcp check_time check_ntp_time \ | 31 | check_real check_smtp check_ssh check_tcp check_time check_ntp_time \ |
32 | check_ups check_users negate \ | 32 | check_ups check_users negate \ |
33 | urlize @EXTRAS@ | 33 | urlize @EXTRAS@ |
@@ -58,6 +58,7 @@ EXTRA_DIST = t \ | |||
58 | check_time.d \ | 58 | check_time.d \ |
59 | check_nagios.d \ | 59 | check_nagios.d \ |
60 | check_dbi.d \ | 60 | check_dbi.d \ |
61 | check_tcp.d \ | ||
61 | check_real.d \ | 62 | check_real.d \ |
62 | check_ssh.d \ | 63 | check_ssh.d \ |
63 | check_nt.d \ | 64 | check_nt.d \ |
@@ -138,7 +139,6 @@ check_nagios_LDADD = $(BASEOBJS) | |||
138 | check_nt_LDADD = $(NETLIBS) | 139 | check_nt_LDADD = $(NETLIBS) |
139 | check_ntp_LDADD = $(NETLIBS) $(MATHLIBS) | 140 | check_ntp_LDADD = $(NETLIBS) $(MATHLIBS) |
140 | check_ntp_peer_LDADD = $(NETLIBS) $(MATHLIBS) | 141 | check_ntp_peer_LDADD = $(NETLIBS) $(MATHLIBS) |
141 | check_nwstat_LDADD = $(NETLIBS) | ||
142 | check_pgsql_LDADD = $(NETLIBS) $(PGLIBS) | 142 | check_pgsql_LDADD = $(NETLIBS) $(PGLIBS) |
143 | check_ping_LDADD = $(NETLIBS) | 143 | check_ping_LDADD = $(NETLIBS) |
144 | check_procs_LDADD = $(BASEOBJS) | 144 | check_procs_LDADD = $(BASEOBJS) |