Commit 6f43f6d8 authored by Allan K. Edwards's avatar Allan K. Edwards
Browse files

Fix Windows build


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87302 13f79535-47bb-0310-9956-ffa450edef68
parent 8003a084
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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