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 ro...@apache.org on 2004/08/13 10:45:21 UTC

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

roshan      2004/08/13 01:45:21

  Modified:    c/samples/client/interoptests/base Makefile.am
  Log:
  changed makefile settings
  
  Revision  Changes    Path
  1.15      +2 -2      ws-axis/c/samples/client/interoptests/base/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/client/interoptests/base/Makefile.am,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- Makefile.am	12 Aug 2004 13:37:59 -0000	1.14
  +++ Makefile.am	13 Aug 2004 08:45:20 -0000	1.15
  @@ -1,6 +1,6 @@
   bin_PROGRAMS = InteropBase
   SUBDIRS =
   AM_CPPFLAGS = $(CPPFLAGS)
  -InteropBase_SOURCES =  SOAPStruct.cpp InteropTestPortType.cpp AxisClientException.cpp
  -InteropBase_LDADD = $(LDFLAGS)
  +InteropBase_SOURCES =  SOAPStruct.cpp InteropTestPortType.cpp AxisClientException.cpp InteropBaseClient.cpp
  +InteropBase_LDADD = @LINKCLIENTLIB@
   INCLUDES = -I$(AXISCPP_HOME)/include