From 33419031263a0bc00eb0910ff9b0e6bcd1031478 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Tue, 8 Apr 2008 12:59:04 +0000 Subject: [PATCH] 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 --- NWGNUmakefile | 1 + build/nw_export.inc | 1 + 2 files changed, 2 insertions(+) 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 \ diff --git a/build/nw_export.inc b/build/nw_export.inc index 09f7f876ce..56acb80771 100644 --- a/build/nw_export.inc +++ b/build/nw_export.inc @@ -38,6 +38,7 @@ #include "scoreboard.h" #include "util_cfgtree.h" #include "util_charset.h" +#include "util_cookies.h" #include "util_ebcdic.h" #include "util_filter.h" /*#include "util_ldap.h"*/ -- 2.40.0