]> granicus.if.org Git - apache/commitdiff
Fix Windows build
authorAllan K. Edwards <ake@apache.org>
Tue, 12 Dec 2000 15:54:28 +0000 (15:54 +0000)
committerAllan K. Edwards <ake@apache.org>
Tue, 12 Dec 2000 15:54:28 +0000 (15:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87302 13f79535-47bb-0310-9956-ffa450edef68

Makefile.win

index 5cc9e3502a56fe765c88bd6eba63f3d9ccbf727f..06a21f312b3fa7204387f30cd5cff9a146c750e7 100644 (file)
@@ -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