Skip to content
Snippets Groups Projects
Commit 9492e57f authored by Guenter Knauf's avatar Guenter Knauf
Browse files

Added missing export symbols to mod_proxy NetWare makefile.

Submitted by: normw gknw net.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1492885 13f79535-47bb-0310-9956-ffa450edef68
parent 26cf58e2
No related branches found
No related tags found
No related merge requests found
......@@ -251,7 +251,7 @@ install :: nlms FORCE
vpath %.c ../arch/netware
$(OBJDIR)/mod_proxy.imp:
$(OBJDIR)/mod_proxy.imp: NWGNUproxy
@echo $(DL)GEN $@$(DL)
@echo $(DL)# Exports of mod_proxy$(DL)> $@
@echo $(DL) (AP$(VERSION_MAJMIN))$(DL)>> $@
......@@ -283,6 +283,7 @@ $(OBJDIR)/mod_proxy.imp:
@echo $(DL) ap_proxy_connect_to_backend,$(DL)>> $@
@echo $(DL) ap_proxy_connection_create,$(DL)>> $@
@echo $(DL) ap_proxy_cookie_reverse_map,$(DL)>> $@
@echo $(DL) ap_proxy_create_hdrbrgd,$(DL)>> $@
@echo $(DL) ap_proxy_define_balancer,$(DL)>> $@
@echo $(DL) ap_proxy_define_worker,$(DL)>> $@
@echo $(DL) ap_proxy_determine_connection,$(DL)>> $@
......@@ -300,6 +301,7 @@ $(OBJDIR)/mod_proxy.imp:
@echo $(DL) ap_proxy_is_word,$(DL)>> $@
@echo $(DL) ap_proxy_location_reverse_map,$(DL)>> $@
@echo $(DL) ap_proxy_parse_wstatus,$(DL)>> $@
@echo $(DL) ap_proxy_pass_brigade,$(DL)>> $@
@echo $(DL) ap_proxy_post_request,$(DL)>> $@
@echo $(DL) ap_proxy_pre_http_request,$(DL)>> $@
@echo $(DL) ap_proxy_pre_request,$(DL)>> $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment