From b601a06f0f7d3628debf904c58968ec0bd44ae5b Mon Sep 17 00:00:00 2001 From: "Allan K. Edwards" Date: Tue, 12 Dec 2000 15:54:28 +0000 Subject: [PATCH] Fix Windows build git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87302 13f79535-47bb-0310-9956-ffa450edef68 --- Makefile.win | 4 ++-- 1 file 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 -- 2.50.1