From: Bradley Nicholes Date: Sat, 6 Mar 2004 22:26:51 +0000 (+0000) Subject: Add the include path to modules/ssl to resolve the include of mod_ssl.h X-Git-Tag: pre_ajp_proxy~575 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7bb8fc09df5e81de7ece7a45647d5c7210adb468;p=apache Add the include path to modules/ssl to resolve the include of mod_ssl.h git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102875 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/metadata/NWGNUheaders b/modules/metadata/NWGNUheaders index fcfe114733..04bf615aad 100644 --- a/modules/metadata/NWGNUheaders +++ b/modules/metadata/NWGNUheaders @@ -19,6 +19,7 @@ XINCDIRS += \ $(AP_WORK)/include \ $(NWOS) \ $(AP_WORK)/modules/arch/netware \ + $(AP_WORK)/modules/ssl \ $(AP_WORK)/srclib/apr/include \ $(AP_WORK)/srclib/apr-util/include \ $(AP_WORK)/srclib/apr \ diff --git a/modules/proxy/NWGNUproxy b/modules/proxy/NWGNUproxy index 7d95ddf4e2..55c2339764 100644 --- a/modules/proxy/NWGNUproxy +++ b/modules/proxy/NWGNUproxy @@ -20,6 +20,7 @@ XINCDIRS += \ $(NWOS) \ $(AP_WORK)/modules/http \ $(AP_WORK)/modules/arch/netware \ + $(AP_WORK)/modules/ssl \ $(AP_WORK)/srclib/apr/include \ $(AP_WORK)/srclib/apr-util/include \ $(AP_WORK)/srclib/apr \