You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by gs...@locus.apache.org on 2000/12/05 21:21:24 UTC

cvs commit: apr-util/src/encoding Makefile.in

gstein      00/12/05 12:21:22

  Modified:    src/crypto Makefile.in
               src/encoding Makefile.in
  Log:
  shift SHA-1 hashing to the crypto directory
  
  [ I've moved the ap_sha1.c,v file within the repository ]
  
  Revision  Changes    Path
  1.2       +2 -0      apr-util/src/crypto/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apr-util/src/crypto/Makefile.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -u -r1.1 -r1.2
  --- Makefile.in	2000/12/02 16:13:48	1.1
  +++ Makefile.in	2000/12/05 20:21:20	1.2
  @@ -1,3 +1,5 @@
   
  +TARGETS = ap_sha1.lo
  +
   top_builddir = @top_builddir@
   include $(top_builddir)/build/rules.mk
  
  
  
  1.3       +1 -1      apr-util/src/encoding/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apr-util/src/encoding/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -u -r1.2 -r1.3
  --- Makefile.in	2000/12/05 01:12:28	1.2
  +++ Makefile.in	2000/12/05 20:21:22	1.3
  @@ -1,5 +1,5 @@
   
  -TARGETS=ap_base64.lo ap_sha1.lo
  +TARGETS = ap_base64.lo
   
   top_builddir = @top_builddir@
   include $(top_builddir)/build/rules.mk