Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 49348 invoked by uid 500); 13 Sep 2002 21:46:20 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 49337 invoked by uid 500); 13 Sep 2002 21:46:20 -0000 Delivered-To: apmail-apr-util-cvs@apache.org Date: 13 Sep 2002 21:46:19 -0000 Message-ID: <20020913214619.57805.qmail@icarus.apache.org> From: bnicholes@apache.org To: apr-util-cvs@apache.org Subject: cvs commit: apr-util NWGNUmakefile X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N bnicholes 2002/09/13 14:46:19 Modified: . NWGNUmakefile Log: Added two missing files to the NetWare build of apr-util Revision Changes Path 1.7 +2 -0 apr-util/NWGNUmakefile Index: NWGNUmakefile =================================================================== RCS file: /home/cvs/apr-util/NWGNUmakefile,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- NWGNUmakefile 19 Aug 2002 20:25:58 -0000 1.6 +++ NWGNUmakefile 13 Sep 2002 21:46:19 -0000 1.7 @@ -229,6 +229,7 @@ $(OBJDIR)/apr_buckets_file.o \ $(OBJDIR)/apr_buckets_flush.o \ $(OBJDIR)/apr_buckets_heap.o \ + $(OBJDIR)/apr_buckets_mmap.o \ $(OBJDIR)/apr_buckets_pipe.o \ $(OBJDIR)/apr_buckets_pool.o \ $(OBJDIR)/apr_buckets_refcount.o \ @@ -244,6 +245,7 @@ $(OBJDIR)/apr_reslist.o \ $(OBJDIR)/apr_rmm.o \ $(OBJDIR)/apr_sha1.o \ + $(OBJDIR)/apu_version.o \ $(OBJDIR)/getuuid.o \ $(OBJDIR)/uuid.o \ $(OBJDIR)/apr_strmatch.o \