From: Guenter Knauf Date: Fri, 24 Sep 2010 08:58:21 +0000 (+0000) Subject: Added util_regex.c to NetWare makefile. X-Git-Tag: 2.3.9~436 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8a840c12437f484f5f8b14b9881feda246fde69e;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/NWGNUmakefile b/NWGNUmakefile index 9f59a9d9b7c..0cf96456ada 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 \