You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2017/10/10 12:46:13 UTC

svn commit: r1811687 - /httpd/httpd/branches/2.4.x/libhttpd.mak

Author: wrowe
Date: Tue Oct 10 12:46:13 2017
New Revision: 1811687

URL: http://svn.apache.org/viewvc?rev=1811687&view=rev
Log:
Fix Release as well as Debug target, submitted by Ivan Zhakov

Modified:
    httpd/httpd/branches/2.4.x/libhttpd.mak

Modified: httpd/httpd/branches/2.4.x/libhttpd.mak
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/libhttpd.mak?rev=1811687&r1=1811686&r2=1811687&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/libhttpd.mak (original)
+++ httpd/httpd/branches/2.4.x/libhttpd.mak Tue Oct 10 12:46:13 2017
@@ -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