diff options
author | Guenter Knauf <fuankg@apache.org> | 2013-02-24 07:13:03 +0100 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2013-02-24 07:13:03 +0100 |
commit | 1333e972fe5ac2675d3c2ae0ea0ed302e5c18caa (patch) | |
tree | c364051b1241150ea9b3c3417f7a1bd403dbe4d1 /modules | |
parent | Updates. (diff) | |
download | apache2-1333e972fe5ac2675d3c2ae0ea0ed302e5c18caa.tar.xz apache2-1333e972fe5ac2675d3c2ae0ea0ed302e5c18caa.zip |
Fixed NetWare makefile for serf 1.2.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1449441 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules')
-rw-r--r-- | modules/proxy/NWGNUserf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/proxy/NWGNUserf b/modules/proxy/NWGNUserf index 6c36e7164b..57e4bcab73 100644 --- a/modules/proxy/NWGNUserf +++ b/modules/proxy/NWGNUserf @@ -223,6 +223,11 @@ FILES_nlm_objs += \ $(OBJDIR)/outgoing.o \ $(OBJDIR)/ssltunnel.o \ $(EOLIST) +ifeq "$(wildcard $(SERFSRC)/buckets/response_body_buckets.c)" "$(SERFSRC)/buckets/response_body_buckets.c" +FILES_nlm_objs += \ + $(OBJDIR)/response_body_buckets.o \ + $(EOLIST) +endif else $(error This libserf version is broken for NetWare platform!) endif |