You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2004/06/09 10:23:18 UTC

cvs commit: ws-axis/c/tests/client Makefile.am

samisa      2004/06/09 01:23:18

  Modified:    c/tests  configure.ac
               c/tests/client Makefile.am
  Log:
  
  
  Revision  Changes    Path
  1.3       +1 -1      ws-axis/c/tests/configure.ac
  
  Index: configure.ac
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/configure.ac,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- configure.ac	8 Jun 2004 09:49:17 -0000	1.2
  +++ configure.ac	9 Jun 2004 08:23:18 -0000	1.3
  @@ -8,4 +8,4 @@
   AC_PROG_CXX
   AC_PROG_INSTALL
   AC_PROG_LIBTOOL
  -AC_OUTPUT(Makefile client/Makefile client/stubTest/Makefile client/stubTest/stubBase/Makefile client/interop/Makefile client/interop/round1/Makefile)
  +AC_OUTPUT(Makefile client/Makefile client/stubTest/Makefile client/stubTest/stubBase/Makefile client/interop/Makefile client/interop/round1/Makefile client/threadSafe/Makefile)
  
  
  
  1.3       +1 -1      ws-axis/c/tests/client/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/Makefile.am,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.am	8 Jun 2004 09:49:17 -0000	1.2
  +++ Makefile.am	9 Jun 2004 08:23:18 -0000	1.3
  @@ -1 +1 @@
  -SUBDIRS = stubTest interop
  +SUBDIRS = stubTest interop threadSafe