Skip to content

Commit adc3226

Browse files
committed
Add mod_authz_core module to the build.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@425433 13f79535-47bb-0310-9956-ffa450edef68
1 parent 6b1d601 commit adc3226

4 files changed

Lines changed: 129 additions & 0 deletions

File tree

Apache.dsw

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ Package=<4>
102102
Project_Dep_Name mod_authz_dbm
103103
End Project Dependency
104104
Begin Project Dependency
105+
Project_Dep_Name mod_authz_core
106+
End Project Dependency
107+
Begin Project Dependency
105108
Project_Dep_Name mod_authz_default
106109
End Project Dependency
107110
Begin Project Dependency
@@ -880,6 +883,30 @@ Package=<4>
880883

881884
###############################################################################
882885

886+
Project: "mod_authz_core"=.\modules\aaa\mod_authz_core.dsp - Package Owner=<4>
887+
888+
Package=<5>
889+
{{{
890+
}}}
891+
892+
Package=<4>
893+
{{{
894+
Begin Project Dependency
895+
Project_Dep_Name libapr
896+
End Project Dependency
897+
Begin Project Dependency
898+
Project_Dep_Name libaprutil
899+
End Project Dependency
900+
Begin Project Dependency
901+
Project_Dep_Name libhttpd
902+
End Project Dependency
903+
Begin Project Dependency
904+
Project_Dep_Name mod_auth_basic
905+
End Project Dependency
906+
}}}
907+
908+
###############################################################################
909+
883910
Project: "mod_authz_default"=.\modules\aaa\mod_authz_default.dsp - Package Owner=<4>
884911

885912
Package=<5>

Makefile.win

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ _build:
229229
$(MAKE) $(MAKEOPT) -f mod_authn_default.mak CFG="mod_authn_default - Win32 $(LONG)" RECURSE=0 $(CTARGET)
230230
$(MAKE) $(MAKEOPT) -f mod_authn_file.mak CFG="mod_authn_file - Win32 $(LONG)" RECURSE=0 $(CTARGET)
231231
$(MAKE) $(MAKEOPT) -f mod_authz_dbm.mak CFG="mod_authz_dbm - Win32 $(LONG)" RECURSE=0 $(CTARGET)
232+
$(MAKE) $(MAKEOPT) -f mod_authz_core.mak CFG="mod_authz_core - Win32 $(LONG)" RECURSE=0 $(CTARGET)
232233
$(MAKE) $(MAKEOPT) -f mod_authz_default.mak CFG="mod_authz_default - Win32 $(LONG)" RECURSE=0 $(CTARGET)
233234
$(MAKE) $(MAKEOPT) -f mod_authz_groupfile.mak CFG="mod_authz_groupfile - Win32 $(LONG)" RECURSE=0 $(CTARGET)
234235
$(MAKE) $(MAKEOPT) -f mod_authz_host.mak CFG="mod_authz_host - Win32 $(LONG)" RECURSE=0 $(CTARGET)
@@ -397,6 +398,7 @@ _copybin:
397398
copy modules\aaa\$(LONG)\mod_authn_default.$(src_so) "$(inst_so)" <.y
398399
copy modules\aaa\$(LONG)\mod_authn_file.$(src_so) "$(inst_so)" <.y
399400
copy modules\aaa\$(LONG)\mod_authz_dbm.$(src_so) "$(inst_so)" <.y
401+
copy modules\aaa\$(LONG)\mod_authz_core.$(src_so) "$(inst_so)" <.y
400402
copy modules\aaa\$(LONG)\mod_authz_default.$(src_so) "$(inst_so)" <.y
401403
copy modules\aaa\$(LONG)\mod_authz_groupfile.$(src_so) "$(inst_so)" <.y
402404
copy modules\aaa\$(LONG)\mod_authz_host.$(src_so) "$(inst_so)" <.y

modules/aaa/mod_authz_core.dsp

Lines changed: 99 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

os/win32/BaseAddr.ref

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,4 @@ mod_authn_dbd.so 0x6FA30000 0x00010000
7474
mod_dbd.so 0x6FA20000 0x00010000
7575
mod_proxy.so 0x6FA00000 0x00020000
7676
mod_access_compat.so 0x6F9F0000 0x00010000
77+
mod_authz_core.so 0x6F9E0000 0x00010000

0 commit comments

Comments
 (0)