diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2003-01-20 20:52:30 +0100 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2003-01-20 20:52:30 +0100 |
commit | b67d1278294470ef58d13314641769a2889be94b (patch) | |
tree | 5d4c2af383b848ad2dda4743c2958391575424b3 /modules/aaa/mod_auth_basic.dsp | |
parent | Update libhttpd.dll filenames to reflect the .dll extension for the (diff) | |
download | apache2-b67d1278294470ef58d13314641769a2889be94b.tar.xz apache2-b67d1278294470ef58d13314641769a2889be94b.zip |
Catch up with the changes to apr/build/win32ver.awk and name all loadable
httpd modules as .so, internally. Credit to Mladen Turk for identifing
the issue.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98380 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/aaa/mod_auth_basic.dsp')
-rw-r--r-- | modules/aaa/mod_auth_basic.dsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/aaa/mod_auth_basic.dsp b/modules/aaa/mod_auth_basic.dsp index dfad857453..386e711adf 100644 --- a/modules/aaa/mod_auth_basic.dsp +++ b/modules/aaa/mod_auth_basic.dsp @@ -106,7 +106,7 @@ SOURCE=..\..\build\win32\win32ver.awk InputPath=..\..\build\win32\win32ver.awk ".\mod_auth_basic.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - awk -f ../../build/win32/win32ver.awk mod_auth_basic "auth_basic_module for Apache" ../../include/ap_release.h > .\mod_auth_basic.rc + awk -f ../../build/win32/win32ver.awk mod_auth_basic.so "auth_basic_module for Apache" ../../include/ap_release.h > .\mod_auth_basic.rc # End Custom Build @@ -117,7 +117,7 @@ InputPath=..\..\build\win32\win32ver.awk InputPath=..\..\build\win32\win32ver.awk ".\mod_auth_basic.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - awk -f ../../build/win32/win32ver.awk mod_auth_basic "auth_basic_module for Apache" ../../include/ap_release.h > .\mod_auth_basic.rc + awk -f ../../build/win32/win32ver.awk mod_auth_basic.so "auth_basic_module for Apache" ../../include/ap_release.h > .\mod_auth_basic.rc # End Custom Build |