From 7bb8fc09df5e81de7ece7a45647d5c7210adb468 Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Sat, 6 Mar 2004 22:26:51 +0000 Subject: [PATCH] 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 --- modules/metadata/NWGNUheaders | 1 + modules/proxy/NWGNUproxy | 1 + 2 files changed, 2 insertions(+) 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 \ -- 2.50.1