From: Allan K. Edwards Date: Tue, 12 Dec 2000 15:54:28 +0000 (+0000) Subject: Fix Windows build X-Git-Tag: APACHE_2_0_ALPHA_9~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b601a06f0f7d3628debf904c58968ec0bd44ae5b;p=thirdparty%2Fapache%2Fhttpd.git Fix Windows build git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87302 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.win b/Makefile.win index 5cc9e3502a5..06a21f312b3 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