diff options
author | Guenter Knauf <fuankg@apache.org> | 2011-11-14 22:39:19 +0100 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2011-11-14 22:39:19 +0100 |
commit | 69218cb9126e098cae7e2a7095dd38f66363603f (patch) | |
tree | 932126825e30b8ab8c7cf285c3791658c3390b93 /NWGNUmakefile | |
parent | Fixed broken NWGNUmakefile introduced with r1201194, r1201195. (diff) | |
download | apache2-69218cb9126e098cae7e2a7095dd38f66363603f.tar.xz apache2-69218cb9126e098cae7e2a7095dd38f66363603f.zip |
Added apreq to NetWare build.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201918 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r-- | NWGNUmakefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile index c52971a7ed..411d7755b3 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -226,6 +226,17 @@ TARGET_lib = \ # Paths must all use the '/' character # FILES_nlm_objs = \ + $(OBJDIR)/apreq_cookie.o \ + $(OBJDIR)/apreq_error.o \ + $(OBJDIR)/apreq_module.o \ + $(OBJDIR)/apreq_module_cgi.o \ + $(OBJDIR)/apreq_module_custom.o \ + $(OBJDIR)/apreq_param.o \ + $(OBJDIR)/apreq_parser.o \ + $(OBJDIR)/apreq_parser_header.o \ + $(OBJDIR)/apreq_parser_multipart.o \ + $(OBJDIR)/apreq_parser_urlencoded.o \ + $(OBJDIR)/apreq_util.o \ $(OBJDIR)/buildmark.o \ $(OBJDIR)/config.o \ $(OBJDIR)/connection.o \ |