From 58eeba50edece35bdd580104bb374612ecbd239f Mon Sep 17 00:00:00 2001 From: Gregg Lewis Smith Date: Tue, 14 Jun 2016 15:25:55 +0000 Subject: [PATCH] change mod_proxy_http2.dep to use h2_proxy_util.c indtead of h2_util.c follow-up to r1748429 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1748430 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http2/mod_proxy_http2.dep | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/http2/mod_proxy_http2.dep b/modules/http2/mod_proxy_http2.dep index 7a3a856e220..39a507eccfa 100644 --- a/modules/http2/mod_proxy_http2.dep +++ b/modules/http2/mod_proxy_http2.dep @@ -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"\ -- 2.47.3