diff options
author | Guenter Knauf <fuankg@apache.org> | 2009-12-01 15:24:27 +0100 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2009-12-01 15:24:27 +0100 |
commit | 14f5f18aa4991d3bcce3599b3619e3188feee1ed (patch) | |
tree | b61532d8688d23d83f8125b9f6c17e2e41dc0a6d /modules/proxy/NWGNUproxy | |
parent | Revert nonsense I introduced in r885689; solve cl test correctly (diff) | |
download | apache2-14f5f18aa4991d3bcce3599b3619e3188feee1ed.tar.xz apache2-14f5f18aa4991d3bcce3599b3619e3188feee1ed.zip |
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
Diffstat (limited to 'modules/proxy/NWGNUproxy')
-rw-r--r-- | modules/proxy/NWGNUproxy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/proxy/NWGNUproxy b/modules/proxy/NWGNUproxy index 72f0c746fc..bc284fc739 100644 --- a/modules/proxy/NWGNUproxy +++ b/modules/proxy/NWGNUproxy @@ -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, >> $@ |