summaryrefslogtreecommitdiffstats
path: root/Makefile.win
diff options
context:
space:
mode:
authorAllan K. Edwards <ake@apache.org>2000-12-12 16:54:28 +0100
committerAllan K. Edwards <ake@apache.org>2000-12-12 16:54:28 +0100
commitb601a06f0f7d3628debf904c58968ec0bd44ae5b (patch)
tree388e2dc941358944ab8711963a50862b42bdadd1 /Makefile.win
parentAdd "(const void *)" back to the hack variable assignments to avoid (diff)
downloadapache2-b601a06f0f7d3628debf904c58968ec0bd44ae5b.tar.xz
apache2-b601a06f0f7d3628debf904c58968ec0bd44ae5b.zip
Fix Windows build
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87302 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.win')
-rw-r--r--Makefile.win4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.win b/Makefile.win
index 5cc9e3502a..06a21f312b 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -136,8 +136,8 @@ _install:
copy Apache$(SHORT)\Apache.exe $(INSTDIR)
copy Core$(SHORT)\ApacheCore.dll $(INSTDIR)
copy srclib\apr\$(LONG)\aprlib.dll $(INSTDIR)
- copy srclib\apr-util\$(LONG)\apr-util.dll $(INSTDIR)
- copy srclib\expat-lite\expatlib$(SHORT)\expatlib.dll $(INSTDIR)
+ copy srclib\apr-util\$(LONG)\aprutil.dll $(INSTDIR)
+ copy srclib\expat-lite\$(LONG)\expatlib.dll $(INSTDIR)
copy modules\aaa\mod_auth_anon$(SHORT)\mod_auth_anon.dll $(INSTDIR)\modules
copy modules\aaa\mod_auth_dbm$(SHORT)\mod_auth_dbm.dll $(INSTDIR)\modules
copy modules\aaa\mod_auth_digest$(SHORT)\mod_auth_digest.dll $(INSTDIR)\modules