fixed NetWare proxy export list;

only build mod_serf if we have zlib.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@885766 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Guenter Knauf
2009-12-01 14:24:27 +00:00
parent f568428323
commit 14f5f18aa4
2 changed files with 3 additions and 0 deletions

View File

@ -165,11 +165,13 @@ TARGET_nlm = \
# If WITH_MOD_SERF and SERFSRC have been defined then build the mod_serf module
ifdef WITH_MOD_SERF
ifneq "$(SERFSRC)" ""
ifneq "$(ZLIBSDK)" ""
TARGET_nlm += \
$(OBJDIR)/serf.nlm \
$(EOLIST)
endif
endif
endif
#
# If there is an LIB target, put it here

View File

@ -256,6 +256,7 @@ vpath %.c ../arch/netware
$(OBJDIR)/mod_proxy.imp:
@echo Creating $@
@echo # Exports of mod_proxy > $@
@echo (AP$(VERSION_MAJMIN)) >> $@
@echo proxy_module, >> $@
@echo proxy_hook_canon_handler, >> $@
@echo proxy_hook_post_request, >> $@