diff options
-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 0692cd2..f1fe85c 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
@@ -42,7 +42,7 @@ check_disk_LDADD = $(BASEOBJS) popen.o | |||
42 | check_dns_LDADD = $(NETLIBS) popen.o | 42 | check_dns_LDADD = $(NETLIBS) popen.o |
43 | check_dummy_LDADD = $(BASEOBJS) | 43 | check_dummy_LDADD = $(BASEOBJS) |
44 | check_fping_LDADD = $(NETLIBS) popen.o | 44 | check_fping_LDADD = $(NETLIBS) popen.o |
45 | check_game_LDADD = $(BASEOBJS) | 45 | check_game_LDADD = $(BASEOBJS) popen.o |
46 | check_http_LDADD = $(NETLIBS) $(SSLLIBS) | 46 | check_http_LDADD = $(NETLIBS) $(SSLLIBS) |
47 | check_hpjd_LDADD = $(NETLIBS) popen.o | 47 | check_hpjd_LDADD = $(NETLIBS) popen.o |
48 | check_ldap_LDADD = $(NETLIBS) $(LDAPLIBS) | 48 | check_ldap_LDADD = $(NETLIBS) $(LDAPLIBS) |