summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2010-09-24 08:58:21 +0000
committerGuenter Knauf <fuankg@apache.org>2010-09-24 08:58:21 +0000
commit8a840c12437f484f5f8b14b9881feda246fde69e (patch)
treeb430d73517b3fa69bc8c9762469f06b514c58543 /NWGNUmakefile
parent53ecdfd1c038d04335dc860b373b75bac7563390 (diff)
downloadhttpd-8a840c12437f484f5f8b14b9881feda246fde69e.tar.gz
Added util_regex.c to NetWare makefile.
Reported by normw At gknw.net. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1000767 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 9f59a9d9b7..0cf96456ad 100644
--- a/NWGNUmakefile
+++ b/NWGNUmakefile
@@ -275,6 +275,7 @@ FILES_nlm_objs = \
$(OBJDIR)/util_mutex.o \
$(OBJDIR)/util_nw.o \
$(OBJDIR)/util_pcre.o \
+ $(OBJDIR)/util_regex.o \
$(OBJDIR)/util_script.o \
$(OBJDIR)/util_time.o \
$(OBJDIR)/util_xml.o \