diff options
author | Gregg Lewis Smith <gsmith@apache.org> | 2012-12-09 10:46:47 +0100 |
---|---|---|
committer | Gregg Lewis Smith <gsmith@apache.org> | 2012-12-09 10:46:47 +0100 |
commit | 3e8254fb4c097e1b6f377a3dcab34057e26375ed (patch) | |
tree | 69233053bff85c4255e20cdf2f62dd0883537019 /Makefile.win | |
parent | add missing space for paragraph alignment. (diff) | |
download | apache2-3e8254fb4c097e1b6f377a3dcab34057e26375ed.tar.xz apache2-3e8254fb4c097e1b6f377a3dcab34057e26375ed.zip |
Add mod_allowhandlers to Windows build
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1418867 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.win')
-rw-r--r-- | Makefile.win | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.win b/Makefile.win index ecc0734f03..b81517431a 100644 --- a/Makefile.win +++ b/Makefile.win @@ -408,6 +408,7 @@ _build: cd ..\.. cd modules\aaa $(MAKE) $(MAKEOPT) -f mod_access_compat.mak CFG="mod_access_compat - Win32 $(LONG)" RECURSE=0 $(CTARGET) + $(MAKE) $(MAKEOPT) -f mod_allowhandlers.mak CFG="mod_allowhandlers - Win32 $(LONG)" RECURSE=0 $(CTARGET) $(MAKE) $(MAKEOPT) -f mod_allowmethods.mak CFG="mod_allowmethods - Win32 $(LONG)" RECURSE=0 $(CTARGET) $(MAKE) $(MAKEOPT) -f mod_auth_basic.mak CFG="mod_auth_basic - Win32 $(LONG)" RECURSE=0 $(CTARGET) $(MAKE) $(MAKEOPT) -f mod_auth_digest.mak CFG="mod_auth_digest - Win32 $(LONG)" RECURSE=0 $(CTARGET) @@ -700,6 +701,7 @@ _copybin: !ENDIF copy srclib\pcre\pcre.$(src_dll) "$(inst_dll)" <.y copy modules\aaa\$(LONG)\mod_access_compat.$(src_so) "$(inst_so)" <.y + copy modules\aaa\$(LONG)\mod_allowhandlers.$(src_so) "$(inst_so)" <.y copy modules\aaa\$(LONG)\mod_allowmethods.$(src_so) "$(inst_so)" <.y copy modules\aaa\$(LONG)\mod_auth_basic.$(src_so) "$(inst_so)" <.y copy modules\aaa\$(LONG)\mod_auth_digest.$(src_so) "$(inst_so)" <.y |