Commit 7784e188 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

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
parent 34cfcab8
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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
+1 −4
Original line number Diff line number Diff line
@@ -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)

+1 −4
Original line number Diff line number Diff line
@@ -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)

+1 −4
Original line number Diff line number Diff line
@@ -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)

+2 −6
Original line number Diff line number Diff line
@@ -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) \

#