diff options
Diffstat (limited to 'plugins/t')
0 files changed, 0 insertions, 0 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 13bca70..7075201 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
@@ -8,7 +8,7 @@ INCLUDES = -I.. -I$(top_srcdir)/lib -I$(top_srcdir)/intl \ | |||
8 | datadir = @datadir@ | 8 | datadir = @datadir@ |
9 | localedir = $(datadir)/locale | 9 | localedir = $(datadir)/locale |
10 | DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ | 10 | DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ |
11 | LIBS = @LIBINTL@ @LIBS@ | 11 | LIBS = @LIBINTL@ @LIBS@ @SSLINCLUDE@ |
12 | 12 | ||
13 | libexec_PROGRAMS = check_dhcp check_disk check_dummy check_http check_load \ | 13 | libexec_PROGRAMS = check_dhcp 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 \ |
@@ -90,7 +90,7 @@ check_fping_DEPENDENCIES = check_fping.c $(NETOBJS) popen.o $(DEPLIBS) | |||
90 | check_game_DEPENDENCIES = check_game.c $(DEPLIBS) | 90 | check_game_DEPENDENCIES = check_game.c $(DEPLIBS) |
91 | check_http_DEPENDENCIES = check_http.c $(NETOBJS) $(DEPLIBS) | 91 | check_http_DEPENDENCIES = check_http.c $(NETOBJS) $(DEPLIBS) |
92 | check_hpjd_DEPENDENCIES = check_hpjd.c $(NETOBJS) popen.o $(DEPLIBS) | 92 | check_hpjd_DEPENDENCIES = check_hpjd.c $(NETOBJS) popen.o $(DEPLIBS) |
93 | check_icmp_DEPENDENCIES = check_icmp.c $(DEPLIBS) | 93 | check_icmp_DEPENDENCIES = check_icmp.c $(DEPLIBS) $(NETOBJS) |
94 | check_ide_smart_DEPENDENCIES = check_ide_smart.c $(BASEOBJS) $(DEPLIBS) | 94 | check_ide_smart_DEPENDENCIES = check_ide_smart.c $(BASEOBJS) $(DEPLIBS) |
95 | check_ldap_DEPENDENCIES = check_ldap.c $(NETOBJS) $(DEPLIBS) | 95 | check_ldap_DEPENDENCIES = check_ldap.c $(NETOBJS) $(DEPLIBS) |
96 | check_load_DEPENDENCIES = check_load.c $(BASEOBJS) popen.o $(DEPLIBS) | 96 | check_load_DEPENDENCIES = check_load.c $(BASEOBJS) popen.o $(DEPLIBS) |