You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by da...@apache.org on 2004/12/02 10:23:33 UTC

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

damitha     2004/12/02 01:23:33

  Modified:    c/samples/client/rpcfault Makefile.am
  Log:
  rpcfault is changed without makeing changes to Makefile.am. So build faili cvs
  Updated the Makefile.am and commiting
  
  Revision  Changes    Path
  1.7       +1 -1      ws-axis/c/samples/client/rpcfault/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/client/rpcfault/Makefile.am,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Makefile.am	19 Jul 2004 11:33:38 -0000	1.6
  +++ Makefile.am	2 Dec 2004 09:23:33 -0000	1.7
  @@ -4,6 +4,6 @@
   mathops_SOURCES = MathOps.cpp \
                     MathOpsClient.cpp \
                     DivByZeroStruct.cpp \
  -                  AxisClientException.cpp
  +                  MathOps_AxisClientException.cpp
   mathops_LDADD   =  @LINKCLIENTLIB@
   INCLUDES = -I$(AXISCPP_HOME)/include