Skip to content

Commit 8dac4cf

Browse files
author
Bradley Nicholes
committed
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
1 parent 1dc071a commit 8dac4cf

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

NWGNUmakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ FILES_nlm_objs = \
244244
$(OBJDIR)/util_debug.o \
245245
$(OBJDIR)/util_filter.o \
246246
$(OBJDIR)/util_md5.o \
247+
$(OBJDIR)/util_mutex.o \
247248
$(OBJDIR)/util_nw.o \
248249
$(OBJDIR)/util_pcre.o \
249250
$(OBJDIR)/util_script.o \

build/nw_export.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
#include "util_filter.h"
4242
/*#include "util_ldap.h"*/
4343
#include "util_md5.h"
44+
#include "util_mutex.h"
4445
#include "util_script.h"
4546
#include "util_time.h"
4647
#include "util_xml.h"

0 commit comments

Comments
 (0)