]> granicus.if.org Git - apache/commitdiff
Added missing exports for NetWare (backport r1422874).
authorGuenter Knauf <fuankg@apache.org>
Mon, 28 Jan 2013 11:46:05 +0000 (11:46 +0000)
committerGuenter Knauf <fuankg@apache.org>
Mon, 28 Jan 2013 11:46:05 +0000 (11:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1439356 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/NWGNUproxy

index 6342e6137014e5ca9e0abadd8eeef629c2cc91dc..3c4f112f43f6065465cbda94fa02c6d46cee9e3b 100644 (file)
@@ -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)>> $@