mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-29 01:59:08 -04:00
Fix for check_icmp build on Solaris from Andreas Ericsson <ae@op5.se>
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1140 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
e73794ad54
commit
2da7e34563
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ check_fping_LDADD = $(NETLIBS) popen.o
|
|||
check_game_LDADD = $(BASEOBJS) popen.o
|
||||
check_http_LDADD = $(NETLIBS) $(SSLLIBS)
|
||||
check_hpjd_LDADD = $(NETLIBS) popen.o
|
||||
check_icmp_LDADD =
|
||||
check_icmp_LDADD = $(SOCKETLIBS)
|
||||
check_ldap_LDADD = $(NETLIBS) $(LDAPLIBS)
|
||||
check_load_LDADD = $(BASEOBJS) popen.o
|
||||
check_mrtg_LDADD = $(BASEOBJS)
|
||||
|
|
|
|||
Loading…
Reference in a new issue