You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fu...@apache.org on 2010/09/24 10:58:22 UTC

svn commit: r1000767 - /httpd/httpd/trunk/NWGNUmakefile

Author: fuankg
Date: Fri Sep 24 08:58:21 2010
New Revision: 1000767

URL: http://svn.apache.org/viewvc?rev=1000767&view=rev
Log:
Added util_regex.c to NetWare makefile.
Reported by normw At gknw.net.

Modified:
    httpd/httpd/trunk/NWGNUmakefile

Modified: httpd/httpd/trunk/NWGNUmakefile
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/NWGNUmakefile?rev=1000767&r1=1000766&r2=1000767&view=diff
==============================================================================
--- httpd/httpd/trunk/NWGNUmakefile (original)
+++ httpd/httpd/trunk/NWGNUmakefile Fri Sep 24 08:58:21 2010
@@ -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 \