diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2004-12-21 22:52:54 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2004-12-21 22:52:54 (GMT) |
commit | 8d91bdc4bc0004ca2c651ed64636245db5475a79 (patch) | |
tree | ef63021387011114988508837ea2ee8687d5aeee /plugins | |
parent | 6d8c95247b77e6852877e68a6ebbff7cc64deac6 (diff) | |
download | monitoring-plugins-8d91bdc4bc0004ca2c651ed64636245db5475a79.tar.gz |
Revert back to previous openssl checks (the ones from curl kept having
problems with later Redhat versions)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1051 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins')
-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 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) |