]> granicus.if.org Git - apache/commitdiff
Fix Release as well as Debug target, submitted by Ivan Zhakov
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 10 Oct 2017 12:46:13 +0000 (12:46 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 10 Oct 2017 12:46:13 +0000 (12:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1811687 13f79535-47bb-0310-9956-ffa450edef68

libhttpd.mak

index 4ea4173b1a382bdad136e9aaaa12de3f492e2036..caabb552646b5d64853d18e59ef5ac4efa94c955 100644 (file)
@@ -37,11 +37,11 @@ OutDir=.\Release
 
 !IF "$(RECURSE)" == "0" 
 
-ALL : ".\include\mod_dav.h" "$(OUTDIR)\libhttpd.dll" "$(DS_POSTBUILD_DEP)"
+ALL : ".\include\mod_dav.h" ".\include\mod_watchdog.h" "$(OUTDIR)\libhttpd.dll" "$(DS_POSTBUILD_DEP)"
 
 !ELSE 
 
-ALL : "gen_test_char - Win32 Release" "libaprutil - Win32 Release" "libapriconv - Win32 Release" "libapr - Win32 Release" ".\include\mod_dav.h" "$(OUTDIR)\libhttpd.dll" "$(DS_POSTBUILD_DEP)"
+ALL : "gen_test_char - Win32 Release" "libaprutil - Win32 Release" "libapriconv - Win32 Release" "libapr - Win32 Release" ".\include\mod_dav.h" ".\include\mod_watchdog.h" "$(OUTDIR)\libhttpd.dll" "$(DS_POSTBUILD_DEP)"
 
 !ENDIF