You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2001/03/23 23:12:59 UTC

cvs commit: apr/test Makefile.in

trawick     01/03/23 14:12:59

  Modified:    test     Makefile.in
  Log:
  allow testmd5 to be easily built
  
  Revision  Changes    Path
  1.44      +4 -0      apr/test/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apr/test/Makefile.in,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- Makefile.in	2001/03/22 21:50:11	1.43
  +++ Makefile.in	2001/03/23 22:12:59	1.44
  @@ -19,6 +19,7 @@
   	testuuid@EXEEXT@ \
           testsockopt@EXEEXT@ \
           testipsub@EXEEXT@ \
  +        testmd5@EXEEXT@ \
           testpoll@EXEEXT@ \
   	occhild@EXEEXT@ \
   	mod_test.so
  @@ -101,6 +102,9 @@
   
   testipsub@EXEEXT@: testipsub.lo ../libapr.la
   	$(LINK) testipsub.lo $(ALL_LIBS)
  +
  +testmd5@EXEEXT@: testmd5.lo ../libapr.la
  +	$(LINK) testmd5.lo $(ALL_LIBS)
   
   testpoll@EXEEXT@: testpoll.lo ../libapr.la
   	$(LINK) testpoll.lo $(ALL_LIBS)