]> granicus.if.org Git - apache/commitdiff
Fixed NetWare makefile for serf 1.2.
authorGuenter Knauf <fuankg@apache.org>
Sun, 24 Feb 2013 06:13:03 +0000 (06:13 +0000)
committerGuenter Knauf <fuankg@apache.org>
Sun, 24 Feb 2013 06:13:03 +0000 (06:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1449441 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/NWGNUserf

index 6c36e7164bb2ec7de912f51a1607c00c865f0f49..57e4bcab73bfae4a240ca5a4a7c7a6f3267acdd5 100644 (file)
@@ -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