diff options
author | Jim Jagielski <jim@apache.org> | 2013-09-26 16:46:28 +0000 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2013-09-26 16:46:28 +0000 |
commit | 76042504a245a2efbc0cf5b04eeabccab35ba3ef (patch) | |
tree | d8cdc399cc0796ffe25ad7b5ec3b916b1b907cf2 /NWGNUmakefile | |
parent | 56f795c5d9c42e76e9ca73aa2527685743c69c30 (diff) | |
download | httpd-76042504a245a2efbc0cf5b04eeabccab35ba3ef.tar.gz |
Merge r1513492 from trunk:
follow up to r1513454: fill in missing log number
Submitted by: trawick
Reviewed/backported by: jim
* util_fcgi API to 2.4.x (allows mod_proxy_fcgi to be kept in sync, along
with other less important reasons)
trunk: http://svn.apache.org/r1513454 and http://svn.apache.org/r1513492
2.4.x: copy server/util_fcgi.c and include/util_fcgi.h, then apply
http://people.apache.org/~trawick/patch-after-copying-util_fcgi-splat.txt
+1: trawick, jim, chrisd
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1526598 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r-- | NWGNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile index a3a2a50a8b..e382203d4c 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -273,6 +273,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 \ |