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 da...@apache.org on 2004/05/18 13:17:46 UTC

cvs commit: ws-axis/c/samples/client/simple Makefile.am MathOps.cpp MathOps.h MathOpsClient.cpp

damitha     2004/05/18 04:17:46

  Modified:    c/samples/client/simple Makefile.am
  Removed:     c/samples/client/simple MathOps.cpp MathOps.h
                        MathOpsClient.cpp
  Log:
  
  
  Revision  Changes    Path
  1.5       +3 -3      ws-axis/c/samples/client/simple/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/client/simple/Makefile.am,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Makefile.am	18 May 2004 11:12:45 -0000	1.4
  +++ Makefile.am	18 May 2004 11:17:46 -0000	1.5
  @@ -1,6 +1,6 @@
  -bin_PROGRAMS = mathops
  +bin_PROGRAMS = calculator
   SUBDIRS =
   AM_CPPFLAGS = $(CPPFLAGS)
  -mathops_SOURCES = MathOps.cpp MathOpsClient.cpp
  -mathops_LDADD   =  $(LDFLAGS)
  +calculator_SOURCES = Calculator.cpp CalcClient.cpp
  +calculator_LDADD   =  $(LDFLAGS)
   INCLUDES = -I$(AXISCPP_HOME)/include