From a73f54ac6a04129d64c4e265953423c762ac61d6 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Thu, 4 Feb 2010 19:50:13 +0000 Subject: [PATCH] Resolve cut-n-paste typo from prior commit git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@906625 13f79535-47bb-0310-9956-ffa450edef68 --- Makefile.win | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.win b/Makefile.win index cb22e39b9b..f6e1e2c46e 100644 --- a/Makefile.win +++ b/Makefile.win @@ -602,6 +602,7 @@ _build: _copybin: copy $(LONG)\httpd.$(src_exe) "$(inst_exe)" <.y copy $(LONG)\libhttpd.$(src_dll) "$(inst_dll)" <.y + copy srclib\apr\$(LONG)\libapr-1.$(src_dll) "$(inst_dll)" <.y copy srclib\apr-iconv\$(LONG)\libapriconv-1.$(src_dll) "$(inst_dll)" <.y copy srclib\apr-util\$(LONG)\libaprutil-1.$(src_dll) "$(inst_dll)" <.y copy srclib\apr-util\ldap\$(LONG)\apr_ldap-1.$(src_dll) "$(inst_dll)" <.y -- 2.40.0