summaryrefslogtreecommitdiff
path: root/Makefile.win
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2003-01-19 02:46:55 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2003-01-19 02:46:55 +0000
commit8eca9047fdc98a803b5600159a3e6dae6dce7e59 (patch)
tree7df626da3694d03184716f301617355a87334037 /Makefile.win
parent3feff8dab42871694d99759b6476dcfa4539b33e (diff)
downloadhttpd-8eca9047fdc98a803b5600159a3e6dae6dce7e59.tar.gz
.dsw IDE builds were building mod_auth_ldap, while .mak builds were not.
Corrected, and cleaned up redundant util_ldap dependency. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98346 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.win')
-rw-r--r--Makefile.win6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.win b/Makefile.win
index c581d492f9..1853274112 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -239,6 +239,8 @@ _build:
$(MAKE) $(MAKEOPT) -f mod_charset_lite.mak CFG="mod_charset_lite - Win32 $(LONG)" RECURSE=0 $(CTARGET)
$(MAKE) $(MAKEOPT) -f mod_mem_cache.mak CFG="mod_mem_cache - Win32 $(LONG)" RECURSE=0 $(CTARGET)
$(MAKE) $(MAKEOPT) -f mod_disk_cache.mak CFG="mod_disk_cache - Win32 $(LONG)" RECURSE=0 $(CTARGET)
+ $(MAKE) $(MAKEOPT) -f util_ldap.mak CFG="util_ldap - Win32 $(LONG)" RECURSE=0 $(CTARGET)
+ $(MAKE) $(MAKEOPT) -f mod_auth_ldap.mak CFG="mod_auth_ldap - Win32 $(LONG)" RECURSE=0 $(CTARGET)
cd ..\..
cd modules\filters
!IF EXIST("srclib\zlib")
@@ -409,6 +411,8 @@ _install:
copy modules\experimental\$(LONG)\mod_charset_lite.so "$(INSTDIR)\modules" <.y
copy modules\experimental\$(LONG)\mod_mem_cache.so "$(INSTDIR)\modules" <.y
copy modules\experimental\$(LONG)\mod_disk_cache.so "$(INSTDIR)\modules" <.y
+ copy modules\experimental\$(LONG)\util_ldap.so "$(INSTDIR)\modules" <.y
+ copy modules\experimental\$(LONG)\mod_auth_ldap.so "$(INSTDIR)\modules" <.y
copy modules\filters\$(LONG)\mod_ext_filter.so "$(INSTDIR)\modules" <.y
copy modules\filters\$(LONG)\mod_include.so "$(INSTDIR)\modules" <.y
copy modules\generators\$(LONG)\mod_asis.so "$(INSTDIR)\modules" <.y
@@ -465,6 +469,8 @@ _install:
copy modules\experimental\$(LONG)\mod_charset_lite.pdb "$(INSTDIR)\modules" <.y
copy modules\experimental\$(LONG)\mod_mem_cache.pdb "$(INSTDIR)\modules" <.y
copy modules\experimental\$(LONG)\mod_disk_cache.pdb "$(INSTDIR)\modules" <.y
+ copy modules\experimental\$(LONG)\util_ldap.pdb "$(INSTDIR)\modules" <.y
+ copy modules\experimental\$(LONG)\mod_auth_ldap.pdb "$(INSTDIR)\modules" <.y
copy modules\filters\$(LONG)\mod_ext_filter.pdb "$(INSTDIR)\modules" <.y
copy modules\filters\$(LONG)\mod_include.pdb "$(INSTDIR)\modules" <.y
copy modules\generators\$(LONG)\mod_asis.pdb "$(INSTDIR)\modules" <.y