The LIBPATH env var already must contain the path to lib/ in order to pick up
apr and apr-util. If we install the core dll there as well, LIBPATH becomes
simpler.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94053
13f79535-47bb-0310-9956-
ffa450edef68
@for ext in dll x; do \
file=apachecore.$$ext; \
if test -f $$file; then \
- cp -p $$file $(bindir); \
+ cp -p $$file $(libdir); \
fi; \
done; \
file=httpd.dll; \
APACHE_SUBST(datadir)
APACHE_SUBST(localstatedir)
APACHE_SUBST(mandir)
+ APACHE_SUBST(libdir)
APACHE_SUBST(libexecdir)
APACHE_SUBST(htdocsdir)
APACHE_SUBST(manualdir)