Return-Path: Delivered-To: apmail-apache-cvs-archive@apache.org Received: (qmail 81328 invoked by uid 500); 27 Apr 2000 20:32:19 -0000 Mailing-List: contact apache-cvs-help@apache.org; run by ezmlm Precedence: bulk X-No-Archive: yes Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-cvs@apache.org Received: (qmail 81317 invoked by uid 500); 27 Apr 2000 20:32:19 -0000 Delivered-To: apmail-apache-2.0-cvs@apache.org Date: 27 Apr 2000 20:32:18 -0000 Message-ID: <20000427203218.81313.qmail@locus.apache.org> From: rbb@locus.apache.org To: apache-2.0-cvs@apache.org Subject: cvs commit: apache-2.0/src/lib/apr/test Makefile.in htdigest.c rbb 00/04/27 13:32:18 Modified: src/lib/apr/test Makefile.in Removed: src/lib/apr/test htdigest.c Log: Remove the htdigest files from the test directory. I am moving these to the support directory now. Revision Changes Path 1.18 +0 -9 apache-2.0/src/lib/apr/test/Makefile.in Index: Makefile.in =================================================================== RCS file: /home/cvs/apache-2.0/src/lib/apr/test/Makefile.in,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- Makefile.in 2000/04/27 20:29:52 1.17 +++ Makefile.in 2000/04/27 20:32:18 1.18 @@ -20,7 +20,6 @@ testtime@EXEEXT@ \ testargs@EXEEXT@ \ testcontext@EXEEXT@ \ - htdigest@EXEEXT@ \ testmmap@EXEEXT@ \ testshmem@EXEEXT@ \ testpipe@EXEEXT@ \ @@ -35,7 +34,6 @@ testtime.o \ testargs.o \ testcontext.o \ - htdigest.o \ testmmap.o \ testdso.o \ testoc.o \ @@ -64,9 +62,6 @@ testcontext@EXEEXT@: testcontext.o $(CC) $(CFLAGS) testcontext.o -o testcontext@EXEEXT@ $(LDFLAGS) -htdigest@EXEEXT@: htdigest.o - $(CC) $(CFLAGS) htdigest.o -o htdigest@EXEEXT@ $(LDFLAGS) - testproc@EXEEXT@: testproc.o $(CC) $(CFLAGS) testproc.o -o testproc@EXEEXT@ $(LDFLAGS) @@ -118,10 +113,6 @@ client.o: client.c $(INCDIR)/apr_network_io.h \ $(INCDIR)/apr_general.h $(INCDIR)/apr.h $(INCDIR)/apr_errno.h \ $(INCDIR)/apr_file_io.h $(INCDIR)/apr_time.h $(OSDIR)/usr/include/errno.h -htdigest.o: htdigest.c $(INCDIR)/apr_lib.h $(INCDIR)/apr_general.h \ - $(INCDIR)/apr.h $(INCDIR)/apr_errno.h $(INCDIR)/apr_file_io.h \ - $(INCDIR)/apr_time.h $(INCDIR)/apr_thread_proc.h \ - $(INCDIR)/apr_md5.h $(INCDIR)/apr_private.h mod_test.o: mod_test.c server.o: server.c $(INCDIR)/apr_network_io.h \ $(INCDIR)/apr_general.h $(INCDIR)/apr.h $(INCDIR)/apr_errno.h \