From: Bradley Nicholes Date: Thu, 26 Oct 2006 16:02:19 +0000 (+0000) Subject: Add util_mutex.c and .h to the netware build X-Git-Tag: 2.3.0~2042 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6f7fe77bef33317f8fbd7d402ed950d1804883e;p=thirdparty%2Fapache%2Fhttpd.git Add util_mutex.c and .h to the netware build git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@468049 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/NWGNUmakefile b/NWGNUmakefile index da42ef10053..e0596b4852c 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -244,6 +244,7 @@ FILES_nlm_objs = \ $(OBJDIR)/util_debug.o \ $(OBJDIR)/util_filter.o \ $(OBJDIR)/util_md5.o \ + $(OBJDIR)/util_mutex.o \ $(OBJDIR)/util_nw.o \ $(OBJDIR)/util_pcre.o \ $(OBJDIR)/util_script.o \ diff --git a/build/nw_export.inc b/build/nw_export.inc index 94d9a45a5ac..5a5661d7f25 100644 --- a/build/nw_export.inc +++ b/build/nw_export.inc @@ -41,6 +41,7 @@ #include "util_filter.h" /*#include "util_ldap.h"*/ #include "util_md5.h" +#include "util_mutex.h" #include "util_script.h" #include "util_time.h" #include "util_xml.h"