From: Guenter Knauf Date: Mon, 28 Jan 2013 11:46:05 +0000 (+0000) Subject: Added missing exports for NetWare (backport r1422874). X-Git-Tag: 2.4.4~60 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eb4cf8f7a653d7ffe21f45bcd079fe8788a2c6fc;p=apache Added missing exports for NetWare (backport r1422874). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1439356 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/NWGNUproxy b/modules/proxy/NWGNUproxy index 6342e61370..3c4f112f43 100644 --- a/modules/proxy/NWGNUproxy +++ b/modules/proxy/NWGNUproxy @@ -286,6 +286,8 @@ $(OBJDIR)/mod_proxy.imp: @echo $(DL) ap_proxy_define_balancer,$(DL)>> $@ @echo $(DL) ap_proxy_define_worker,$(DL)>> $@ @echo $(DL) ap_proxy_determine_connection,$(DL)>> $@ + @echo $(DL) ap_proxy_find_balancershm,$(DL)>> $@ + @echo $(DL) ap_proxy_find_workershm,$(DL)>> $@ @echo $(DL) ap_proxy_get_balancer,$(DL)>> $@ @echo $(DL) ap_proxy_get_worker,$(DL)>> $@ @echo $(DL) ap_proxy_hashfunc,$(DL)>> $@