summaryrefslogtreecommitdiffstats
path: root/modules/session
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2011-10-29 16:27:14 +0200
committerGuenter Knauf <fuankg@apache.org>2011-10-29 16:27:14 +0200
commit2b26aee8d1561c6c570a4c83aeb684600d896c0a (patch)
tree0910633b3f62509589a0108f316cade304c2e038 /modules/session
parentAdded proxy_html and xml2enc to NetWare build. (diff)
downloadapache2-2b26aee8d1561c6c570a4c83aeb684600d896c0a.tar.xz
apache2-2b26aee8d1561c6c570a4c83aeb684600d896c0a.zip
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
Diffstat (limited to 'modules/session')
-rw-r--r--modules/session/NWGNUmakefile5
-rw-r--r--modules/session/NWGNUsession5
-rw-r--r--modules/session/NWGNUsession_cookie5
-rw-r--r--modules/session/NWGNUsession_crypto5
-rw-r--r--modules/session/NWGNUsession_dbd8
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) \
#