You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by gs...@apache.org on 2016/06/14 15:25:55 UTC

svn commit: r1748430 - /httpd/httpd/branches/2.4.x/modules/http2/mod_proxy_http2.dep

Author: gsmith
Date: Tue Jun 14 15:25:55 2016
New Revision: 1748430

URL: http://svn.apache.org/viewvc?rev=1748430&view=rev
Log:
change mod_proxy_http2.dep to use h2_proxy_util.c indtead of h2_util.c
follow-up to r1748429

Modified:
    httpd/httpd/branches/2.4.x/modules/http2/mod_proxy_http2.dep

Modified: httpd/httpd/branches/2.4.x/modules/http2/mod_proxy_http2.dep
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/modules/http2/mod_proxy_http2.dep?rev=1748430&r1=1748429&r2=1748430&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/modules/http2/mod_proxy_http2.dep (original)
+++ httpd/httpd/branches/2.4.x/modules/http2/mod_proxy_http2.dep Tue Jun 14 15:25:55 2016
@@ -73,11 +73,11 @@
 	"..\..\srclib\nghttp2\lib\includes\nghttp2\nghttp2ver.h"\
 	".\h2.h"\
 	".\h2_proxy_session.h"\
-	".\h2_util.h"\
+	".\h2_proxy_util.h"\
 	".\mod_http2.h"\
 	
 
-./h2_util.c : \
+./h2_proxy_util.c : \
 	"..\..\include\ap_config.h"\
 	"..\..\include\ap_config_layout.h"\
 	"..\..\include\ap_expr.h"\
@@ -123,7 +123,7 @@
 	"..\..\srclib\nghttp2\lib\includes\nghttp2\nghttp2.h"\
 	"..\..\srclib\nghttp2\lib\includes\nghttp2\nghttp2ver.h"\
 	".\h2.h"\
-	".\h2_util.h"\
+	".\h2_proxy_util.h"\
 	
 
 ..\..\build\win32\httpd.rc : \
@@ -201,7 +201,7 @@
 	".\h2.h"\
 	".\h2_proxy_session.h"\
 	".\h2_request.h"\
-	".\h2_util.h"\
+	".\h2_proxy_util.h"\
 	".\h2_version.h"\
 	".\mod_http2.h"\
 	".\mod_proxy_http2.h"\