diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2004-12-23 09:30:55 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2004-12-23 09:30:55 (GMT) |
commit | 71eefcd38e76a7e57e1430c45324816de6bde9f0 (patch) | |
tree | 073588bbcb71dae5cb2c86d21fbfe6be4917997d /plugins/Makefile.am | |
parent | 5315de2b9ebb1e8d5dc63da3280ee7990d152a47 (diff) | |
download | monitoring-plugins-71eefcd38e76a7e57e1430c45324816de6bde9f0.tar.gz |
Another attempt at fixing check_http compile on Redhat EL3. Fixed check_icmp
compile (Lynne Lawrence - 1087171) - still some code changes to check_icmp
outstanding. Fixed compile of check_dhcp (complaining about socklen_t).
Added acknowledgements for Coreutils and curl
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1054 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r-- | plugins/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 7075201..538f905 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
@@ -53,6 +53,7 @@ check_fping_LDADD = $(NETLIBS) popen.o | |||
53 | check_game_LDADD = $(BASEOBJS) popen.o | 53 | check_game_LDADD = $(BASEOBJS) popen.o |
54 | check_http_LDADD = $(NETLIBS) $(SSLLIBS) | 54 | check_http_LDADD = $(NETLIBS) $(SSLLIBS) |
55 | check_hpjd_LDADD = $(NETLIBS) popen.o | 55 | check_hpjd_LDADD = $(NETLIBS) popen.o |
56 | check_icmp_LDADD = $(NETLIBS) | ||
56 | check_ldap_LDADD = $(NETLIBS) $(LDAPLIBS) | 57 | check_ldap_LDADD = $(NETLIBS) $(LDAPLIBS) |
57 | check_load_LDADD = $(BASEOBJS) popen.o | 58 | check_load_LDADD = $(BASEOBJS) popen.o |
58 | check_mrtg_LDADD = $(BASEOBJS) | 59 | check_mrtg_LDADD = $(BASEOBJS) |