summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2008-04-08 12:59:04 +0000
committerGuenter Knauf <fuankg@apache.org>2008-04-08 12:59:04 +0000
commit33419031263a0bc00eb0910ff9b0e6bcd1031478 (patch)
treea239da5a09a1d9138b2b41240c67772a9a3067e7 /NWGNUmakefile
parent31fbd5e02d2b2a6441aa2ef135be98ebb93b84bc (diff)
downloadhttpd-33419031263a0bc00eb0910ff9b0e6bcd1031478.tar.gz
Add util_cookies.c and .h to the netware build
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645889 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 7e56d21ae1..e87c7b136f 100644
--- a/NWGNUmakefile
+++ b/NWGNUmakefile
@@ -236,6 +236,7 @@ FILES_nlm_objs = \
$(OBJDIR)/util.o \
$(OBJDIR)/util_cfgtree.o \
$(OBJDIR)/util_charset.o \
+ $(OBJDIR)/util_cookies.o \
$(OBJDIR)/util_debug.o \
$(OBJDIR)/util_expr.o \
$(OBJDIR)/util_filter.o \