From: Guenter Knauf Date: Sun, 24 Feb 2013 06:13:03 +0000 (+0000) Subject: Fixed NetWare makefile for serf 1.2. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e59cfea07650808170b0d570bd8900fd00a9ccae;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/modules/proxy/NWGNUserf b/modules/proxy/NWGNUserf index 6c36e7164bb..57e4bcab73b 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