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 ro...@apache.org on 2005/01/04 08:28:09 UTC

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

roshan      2005/01/03 23:28:09

  Modified:    c/samples/client/simple Makefile.am
  Log:
  made changes to reflect the latest file additions
  
  Revision  Changes    Path
  1.7       +1 -1      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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Makefile.am	19 Jul 2004 11:33:38 -0000	1.6
  +++ Makefile.am	4 Jan 2005 07:28:09 -0000	1.7
  @@ -1,6 +1,6 @@
   bin_PROGRAMS = calculator
   SUBDIRS =
   AM_CPPFLAGS = $(CPPFLAGS)
  -calculator_SOURCES = Calculator.cpp CalcClient.cpp
  +calculator_SOURCES = Calculator.cpp CalcClient.cpp Calculator_AxisClientException.cpp
   calculator_LDADD   =  @LINKCLIENTLIB@
   INCLUDES = -I$(AXISCPP_HOME)/include