summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2006-10-26 16:02:19 +0000
committerBradley Nicholes <bnicholes@apache.org>2006-10-26 16:02:19 +0000
commite6f7fe77bef33317f8fbd7d402ed950d1804883e (patch)
tree2c36d07db7881ece8e89ff5a99f6e2b7f6c8af79 /NWGNUmakefile
parentc6cf14315a979c74afb011cece6e5e73cd0af3f2 (diff)
downloadhttpd-e6f7fe77bef33317f8fbd7d402ed950d1804883e.tar.gz
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
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r--NWGNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile
index da42ef1005..e0596b4852 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 \