You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by je...@apache.org on 2001/06/04 19:10:34 UTC

cvs commit: apr-util/test Makefile.in

jerenkrantz    01/06/04 10:10:34

  Modified:    test     Makefile.in
  Log:
  Add testmd4 to programs
  
  Revision  Changes    Path
  1.11      +1 -1      apr-util/test/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apr-util/test/Makefile.in,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- Makefile.in	2001/06/01 22:36:34	1.10
  +++ Makefile.in	2001/06/04 17:10:31	1.11
  @@ -1,5 +1,5 @@
   TARGETS =
  -PROGRAMS = testdbm testdate
  +PROGRAMS = testdbm testdate testmd4
   
   # bring in rules.mk for standard functionality
   @INCLUDE_RULES@