diff options
-rw-r--r-- | plugins/Makefile.am | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 3e2d907..633efa5 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
@@ -72,11 +72,6 @@ check_by_ssh_LDADD = $(BASEOBJS) popen.o | |||
72 | negate_LDADD = $(BASEOBJS) popen.o | 72 | negate_LDADD = $(BASEOBJS) popen.o |
73 | urlize_LDADD = $(BASEOBJS) popen.o | 73 | urlize_LDADD = $(BASEOBJS) popen.o |
74 | 74 | ||
75 | #check_ftp_LDADD = $(NETLIBS) $(SSLLIBS) | ||
76 | #check_imap_LDADD = $(NETLIBS) $(SSLLIBS) | ||
77 | #check_nntp_LDADD = $(NETLIBS) $(SSLLIBS) | ||
78 | #check_pop_LDADD = $(NETLIBS) $(SSLLIBS) | ||
79 | |||
80 | check_dig_DEPENDENCIES = check_dig.c $(BASEOBJS) popen.o $(DEPLIBS) | 75 | check_dig_DEPENDENCIES = check_dig.c $(BASEOBJS) popen.o $(DEPLIBS) |
81 | check_disk_DEPENDENCIES = check_disk.c $(BASEOBJS) popen.o $(DEPLIBS) | 76 | check_disk_DEPENDENCIES = check_disk.c $(BASEOBJS) popen.o $(DEPLIBS) |
82 | check_dns_DEPENDENCIES = check_dns.c $(BASEOBJS) popen.o $(DEPLIBS) | 77 | check_dns_DEPENDENCIES = check_dns.c $(BASEOBJS) popen.o $(DEPLIBS) |
@@ -112,11 +107,6 @@ check_by_ssh_DEPENDENCIES = check_by_ssh.c $(BASEOBJS) popen.o $(DEPLIBS) | |||
112 | negate_DEPENDENCIES = negate.c $(BASEOBJS) popen.o $(DEPLIBS) | 107 | negate_DEPENDENCIES = negate.c $(BASEOBJS) popen.o $(DEPLIBS) |
113 | urlize_DEPENDENCIES = urlize.c $(BASEOBJS) popen.o $(DEPLIBS) | 108 | urlize_DEPENDENCIES = urlize.c $(BASEOBJS) popen.o $(DEPLIBS) |
114 | 109 | ||
115 | #check_ftp_DEPENDENCIES = check_tcp.c $(NETOBJS) $(DEPLIBS) | ||
116 | #check_imap_DEPENDENCIES = check_tcp.c $(NETOBJS) $(DEPLIBS) | ||
117 | #check_nntp_DEPENDENCIES = check_tcp.c $(NETOBJS) $(DEPLIBS) | ||
118 | #check_pop_DEPENDENCIES = check_tcp.c $(NETOBJS) $(DEPLIBS) | ||
119 | |||
120 | ############################################################################## | 110 | ############################################################################## |
121 | # secondary dependencies | 111 | # secondary dependencies |
122 | 112 | ||
@@ -147,9 +137,8 @@ $(check_tcp_programs): check_tcp | |||
147 | ln -sf check_tcp $@ | 137 | ln -sf check_tcp $@ |
148 | 138 | ||
149 | install-exec-hook: | 139 | install-exec-hook: |
150 | for i in $(check_tcp_programs) ; do \ | 140 | cd $(DESTDIR)$(libexecdir) |
151 | ln -sf $(DESTDIR)$(libexecdir)/check_tcp $$i; \ | 141 | for i in $(check_tcp_programs) ; do ln -sf check_tcp $$i ; done |
152 | done | ||
153 | 142 | ||
154 | clean-local: | 143 | clean-local: |
155 | rm -f $(check_tcp_programs) | 144 | rm -f $(check_tcp_programs) |