aboutsummaryrefslogtreecommitdiff
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
authorGravatar Karl DeBisschop <kdebisschop@users.sourceforge.net> 2003-04-09 02:09:09 +0000
committerGravatar Karl DeBisschop <kdebisschop@users.sourceforge.net> 2003-04-09 02:09:09 +0000
commitc337c34ca8669645b4b41bda76bfc74655a5cc05 (patch)
tree35f8deaf73ea37d8b3d2f317f625abf62c833502 /plugins/Makefile.am
parent920715794d12ee32280d01228a6555658f27f718 (diff)
downloadmonitoring-plugins-c337c34ca8669645b4b41bda76bfc74655a5cc05.tar.gz
check_game needs popen.c now
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@481 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r--plugins/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 0692cd28..f1fe85cd 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -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)