]> granicus.if.org Git - apache/commitdiff
Added missing export for proxy module.
authorGuenter Knauf <fuankg@apache.org>
Sun, 8 Sep 2013 13:12:21 +0000 (13:12 +0000)
committerGuenter Knauf <fuankg@apache.org>
Sun, 8 Sep 2013 13:12:21 +0000 (13:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1520866 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/NWGNUproxy

index 885a420babc789139ac37dda1676c1b97f800a20..410e000e313ab6899753486d6fa2f17577e62c94 100644 (file)
@@ -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)>> $@
@@ -297,6 +297,7 @@ $(OBJDIR)/mod_proxy.imp:
        @echo $(DL) ap_proxy_is_domainname,$(DL)>> $@
        @echo $(DL) ap_proxy_is_hostname,$(DL)>> $@
        @echo $(DL) ap_proxy_is_ipaddr,$(DL)>> $@
+       @echo $(DL) ap_proxy_is_socket_connected,$(DL)>> $@
        @echo $(DL) ap_proxy_is_word,$(DL)>> $@
        @echo $(DL) ap_proxy_location_reverse_map,$(DL)>> $@
        @echo $(DL) ap_proxy_parse_wstatus,$(DL)>> $@