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:34:08 UTC

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

roshan      2004/08/13 03:34:08

  Modified:    c/samples/client/interoptests/cgroupB Makefile.am
  Log:
  makefile settings have been altered
  
  Revision  Changes    Path
  1.9       +2 -2      ws-axis/c/samples/client/interoptests/cgroupB/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/client/interoptests/cgroupB/Makefile.am,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- Makefile.am	12 Aug 2004 13:38:24 -0000	1.8
  +++ Makefile.am	13 Aug 2004 10:34:08 -0000	1.9
  @@ -1,6 +1,6 @@
   bin_PROGRAMS = cgroupB
   SUBDIRS =
   AM_CPPFLAGS = $(CPPFLAGS)
  -cgroupB_SOURCES =  SOAPStructStruct.c SOAPStruct.c SOAPArrayStruct.c InteropTestPortTypeB.c
  -cgroupB_LDADD = $(LDFLAGS)
  +cgroupB_SOURCES =  SOAPStructStruct.c SOAPStruct.c SOAPArrayStruct.c InteropTestPortTypeB.c InteropGroupBClient.c 
  +cgroupB_LDADD = @LINKCLIENTLIB@ 
   INCLUDES = -I$(AXISCPP_HOME)/include