From 2b26aee8d1561c6c570a4c83aeb684600d896c0a Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Sat, 29 Oct 2011 14:27:14 +0000 Subject: [PATCH] Some NetWare build tweaks: removed obsolete include paths. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1194893 13f79535-47bb-0310-9956-ffa450edef68 --- modules/session/NWGNUmakefile | 5 ++++- modules/session/NWGNUsession | 5 +---- modules/session/NWGNUsession_cookie | 5 +---- modules/session/NWGNUsession_crypto | 5 +---- modules/session/NWGNUsession_dbd | 8 ++------ 5 files changed, 9 insertions(+), 19 deletions(-) diff --git a/modules/session/NWGNUmakefile b/modules/session/NWGNUmakefile index ff84dd889c..a2bda93e28 100644 --- a/modules/session/NWGNUmakefile +++ b/modules/session/NWGNUmakefile @@ -157,7 +157,10 @@ TARGET_nlm = \ $(OBJDIR)/session_dbd.nlm \ $(EOLIST) -# $(OBJDIR)/session_crypto.nlm \ +# If the APU library has cryptp API then build the mod_session_crypto module +ifdef APU_HAVE_CRYPTO +TARGET_nlm += $(OBJDIR)/session_crypto.nlm +endif # # If there is an LIB target, put it here diff --git a/modules/session/NWGNUsession b/modules/session/NWGNUsession index deed69140e..635e8c1cc9 100644 --- a/modules/session/NWGNUsession +++ b/modules/session/NWGNUsession @@ -18,10 +18,7 @@ endif XINCDIRS += \ $(APR)/include \ $(APRUTIL)/include \ - $(AP_WORK)/include \ - $(AP_WORK)/modules/http \ - $(AP_WORK)/modules/generators \ - $(AP_WORK)/modules/ssl \ + $(SRC)/include \ $(NWOS) \ $(EOLIST) diff --git a/modules/session/NWGNUsession_cookie b/modules/session/NWGNUsession_cookie index 60dfe0d2c9..93f92008a9 100644 --- a/modules/session/NWGNUsession_cookie +++ b/modules/session/NWGNUsession_cookie @@ -18,10 +18,7 @@ endif XINCDIRS += \ $(APR)/include \ $(APRUTIL)/include \ - $(AP_WORK)/include \ - $(AP_WORK)/modules/http \ - $(AP_WORK)/modules/generators \ - $(AP_WORK)/modules/ssl \ + $(SRC)/include \ $(NWOS) \ $(EOLIST) diff --git a/modules/session/NWGNUsession_crypto b/modules/session/NWGNUsession_crypto index cc4eb31547..825065fb0a 100644 --- a/modules/session/NWGNUsession_crypto +++ b/modules/session/NWGNUsession_crypto @@ -18,10 +18,7 @@ endif XINCDIRS += \ $(APR)/include \ $(APRUTIL)/include \ - $(AP_WORK)/include \ - $(AP_WORK)/modules/http \ - $(AP_WORK)/modules/generators \ - $(AP_WORK)/modules/ssl \ + $(SRC)/include \ $(NWOS) \ $(EOLIST) diff --git a/modules/session/NWGNUsession_dbd b/modules/session/NWGNUsession_dbd index 252a70fed8..9473d630c0 100644 --- a/modules/session/NWGNUsession_dbd +++ b/modules/session/NWGNUsession_dbd @@ -18,12 +18,8 @@ endif XINCDIRS += \ $(APR)/include \ $(APRUTIL)/include \ - $(AP_WORK)/include \ - $(AP_WORK)/modules/http \ - $(AP_WORK)/modules/database \ - $(AP_WORK)/modules/generators \ - $(AP_WORK)/modules/ssl \ - $(AP_WORK)/server/mpm/netware \ + $(SRC)/include \ + $(STDMOD)/database \ $(NWOS) \ # -- 2.40.0