1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

Conditionally build the proxy_ajp module of the ajplib file are available

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104656 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bradley Nicholes
2004-08-14 17:36:06 +00:00
parent fa75a62cec
commit 209ddfbb12
2 changed files with 12 additions and 2 deletions

View File

@@ -157,9 +157,15 @@ TARGET_nlm = \
$(OBJDIR)/proxyftp.nlm \
$(OBJDIR)/proxyhtp.nlm \
$(OBJDIR)/proxybalancer.nlm \
# $(OBJDIR)/proxyajp.nlm \
$(EOLIST)
# If AJPLIB has been defined then build the proxyajp module
ifneq "$(AJPLIB)" ""
TARGET_nlm += $(OBJDIR)/proxyajp.nlm \
$(EOLIST)
endif
#
# If there is an LIB target, put it here
#

View File

@@ -20,6 +20,7 @@ XINCDIRS += \
$(NWOS) \
$(AP_WORK)/modules/http \
$(AP_WORK)/modules/arch/netware \
$(AJPLIB) \
$(AP_WORK)/srclib/apr/include \
$(AP_WORK)/srclib/apr-util/include \
$(AP_WORK)/srclib/apr \
@@ -168,6 +169,9 @@ TARGET_lib = \
FILES_nlm_objs = \
$(OBJDIR)/proxy_ajp.o \
$(OBJDIR)/proxy_util.o \
$(OBJDIR)/ajp_header.o \
$(OBJDIR)/ajp_msg.o \
$(OBJDIR)/ajp_link.o \
$(OBJDIR)/libprews.o \
$(EOLIST)
@@ -252,7 +256,7 @@ install :: nlms FORCE
# Any specialized rules here
#
vpath %.c ../arch/netware
vpath %.c ../arch/netware $(AJPLIB)
#
# Include the 'tail' makefile that has targets that depend on variables defined