diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Makefile.am | 2 |
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) |