diff options
author | Guenter Knauf <fuankg@apache.org> | 2010-09-24 10:58:21 +0200 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2010-09-24 10:58:21 +0200 |
commit | 8a840c12437f484f5f8b14b9881feda246fde69e (patch) | |
tree | b430d73517b3fa69bc8c9762469f06b514c58543 /NWGNUmakefile | |
parent | Fixed NetWare import/export list for cache modules. (diff) | |
download | apache2-8a840c12437f484f5f8b14b9881feda246fde69e.tar.xz apache2-8a840c12437f484f5f8b14b9881feda246fde69e.zip |
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-- | NWGNUmakefile | 1 |
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 \ |