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 12:25:46 UTC

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

roshan      2004/08/13 03:25:46

  Modified:    c/samples/client/interoptests/groupB Makefile.am
  Log:
  changed makefile settings
  
  Revision  Changes    Path
  1.12      +2 -2      ws-axis/c/samples/client/interoptests/groupB/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/client/interoptests/groupB/Makefile.am,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- Makefile.am	12 Aug 2004 13:38:31 -0000	1.11
  +++ Makefile.am	13 Aug 2004 10:25:46 -0000	1.12
  @@ -1,6 +1,6 @@
   bin_PROGRAMS = InteropGroupB
   SUBDIRS =
   AM_CPPFLAGS = $(CPPFLAGS)
  -InteropGroupB_SOURCES =  SOAPStruct.cpp SOAPArrayStruct.cpp SOAPStructStruct.cpp AxisClientException.cpp InteropTestPortTypeB.cpp
  -InteropGroupB_LDADD = $(LDFLAGS)
  +InteropGroupB_SOURCES =  SOAPStruct.cpp SOAPArrayStruct.cpp SOAPStructStruct.cpp AxisClientException.cpp InteropTestPortTypeB.cpp InteropGroupBClient.cpp
  +InteropGroupB_LDADD = @LINKCLIENTLIB@
   INCLUDES = -I$(AXISCPP_HOME)/include