summaryrefslogtreecommitdiff
path: root/modules/ldap
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2011-05-31 22:59:53 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2011-05-31 22:59:53 +0000
commitfbd4b6ee73305139c1ccaec767d78adbdf8e4056 (patch)
tree3a6959c96c68b91089145dac713c60b7ab4870cc /modules/ldap
parente8da0ffbc0285fe144e254ba81f71d5848c4f529 (diff)
downloadhttpd-fbd4b6ee73305139c1ccaec767d78adbdf8e4056.tar.gz
Fix include path relative to modules/ldap/
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1129956 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/ldap')
-rw-r--r--modules/ldap/mod_ldap.dsp18
1 files changed, 9 insertions, 9 deletions
diff --git a/modules/ldap/mod_ldap.dsp b/modules/ldap/mod_ldap.dsp
index 7918f2cd36..f87762f205 100644
--- a/modules/ldap/mod_ldap.dsp
+++ b/modules/ldap/mod_ldap.dsp
@@ -100,27 +100,27 @@ PostBuild_Cmds=if exist $(TargetPath).manifest mt.exe -manifest $(TargetPath).ma
# Name "mod_ldap - Win32 Release"
# Name "mod_ldap - Win32 Debug"
# Begin Source File
-SOURCE=.\include\ap_ldap.hw
+SOURCE=..\..\include\ap_ldap.hw
-!IF "$(CFG)" == "libhttpd - Win32 Release"
+!IF "$(CFG)" == "mod_ldap - Win32 Release"
# PROP Ignore_Default_Tool 1
# Begin Custom Build - Creating include/ap_ldap.h
-InputPath=.\include\ap_ldap.hw
+InputPath=..\..\include\ap_ldap.hw
-".\include\ap_ldap.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- type .\include\ap_ldap.hw > .\include\ap_ldap.h
+"..\..\include\ap_ldap.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ type ..\..\include\ap_ldap.hw > ..\..\include\ap_ldap.h
# End Custom Build
-!ELSEIF "$(CFG)" == "libhttpd - Win32 Debug"
+!ELSEIF "$(CFG)" == "mod_ldap - Win32 Debug"
# PROP Ignore_Default_Tool 1
# Begin Custom Build - Creating include/ap_ldap.h
-InputPath=.\include\ap_ldap.hw
+InputPath=..\..\include\ap_ldap.hw
-".\include\ap_ldap.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- type .\include\ap_ldap.hw > .\include\ap_ldap.h
+"..\..\include\ap_ldap.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ type ..\..\include\ap_ldap.hw > ..\..\include\ap_ldap.h
# End Custom Build