summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2013-08-13 12:16:39 +0000
committerJeff Trawick <trawick@apache.org>2013-08-13 12:16:39 +0000
commit8f3558bf2ddd8aa4d86051e6d9bdd718420d26bd (patch)
tree932bce3da8639574a5c2aff018262c010c49efef /NWGNUmakefile
parent0d02cd5c6d1276db4d425ca186ad28fffcb3ad24 (diff)
downloadhttpd-8f3558bf2ddd8aa4d86051e6d9bdd718420d26bd.tar.gz
Add util_fcgi.h and associated definitions and support
routines for FastCGI, based largely on mod_proxy_fcgi. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1513454 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r--NWGNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile
index 4678880056..1a5e91e72c 100644
--- a/NWGNUmakefile
+++ b/NWGNUmakefile
@@ -276,6 +276,7 @@ FILES_nlm_objs = \
$(OBJDIR)/util_expr_eval.o \
$(OBJDIR)/util_expr_parse.o \
$(OBJDIR)/util_expr_scan.o \
+ $(OBJDIR)/util_fcgi.o \
$(OBJDIR)/util_filter.o \
$(OBJDIR)/util_md5.o \
$(OBJDIR)/util_mutex.o \