mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-20 00:10:09 -05:00
check_game needs popen.c now
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@481 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
920715794d
commit
c337c34ca8
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ check_disk_LDADD = $(BASEOBJS) popen.o
|
|||
check_dns_LDADD = $(NETLIBS) popen.o
|
||||
check_dummy_LDADD = $(BASEOBJS)
|
||||
check_fping_LDADD = $(NETLIBS) popen.o
|
||||
check_game_LDADD = $(BASEOBJS)
|
||||
check_game_LDADD = $(BASEOBJS) popen.o
|
||||
check_http_LDADD = $(NETLIBS) $(SSLLIBS)
|
||||
check_hpjd_LDADD = $(NETLIBS) popen.o
|
||||
check_ldap_LDADD = $(NETLIBS) $(LDAPLIBS)
|
||||
|
|
|
|||
Loading…
Reference in a new issue