diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2002-09-13 23:55:31 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2002-09-13 23:55:31 +0200 |
commit | cbb609a5a5b52b559e35d845027f15e969dfa809 (patch) | |
tree | 5d605512ae12ddf3bad82d28593b4461a091fac5 /Makefile.win | |
parent | Added the new auth modules to the build script for building the default (diff) | |
download | apache2-cbb609a5a5b52b559e35d845027f15e969dfa809.tar.xz apache2-cbb609a5a5b52b559e35d845027f15e969dfa809.zip |
A quick-n-dirty hack. Expose the auth_provider api from mod_auth_basic
alone, on Win32 only.
Requires mod_auth_basic be loaded prior to using mod_auth_digest or any
other mod_authn/z modules.
Win32 builds again.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96794 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.win')
-rw-r--r-- | Makefile.win | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.win b/Makefile.win index 27554df21a..00633710b4 100644 --- a/Makefile.win +++ b/Makefile.win @@ -420,7 +420,6 @@ _install: copy srclib\apr\$(LONG)\libapr.pdb "$(INSTDIR)\bin" <.y copy srclib\apr-iconv\$(LONG)\libapriconv.pdb "$(INSTDIR)\bin" <.y copy srclib\apr-util\$(LONG)\libaprutil.pdb "$(INSTDIR)\bin" <.y - copy modules\aaa\$(LONG)\mod_access.pdb "$(INSTDIR)\modules" <.y copy modules\aaa\$(LONG)\mod_auth_basic.pdb "$(INSTDIR)\modules" <.y copy modules\aaa\$(LONG)\mod_auth_digest.pdb "$(INSTDIR)\modules" <.y copy modules\aaa\$(LONG)\mod_authn_anon.pdb "$(INSTDIR)\modules" <.y |