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 11:28:57 UTC

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

roshan      2004/08/13 02:28:57

  Modified:    c/samples/client/interoptests/cbase Makefile.am
  Log:
  Changes have been made to the makefile settings
  
  Revision  Changes    Path
  1.12      +2 -2      ws-axis/c/samples/client/interoptests/cbase/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/client/interoptests/cbase/Makefile.am,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- Makefile.am	12 Aug 2004 13:38:18 -0000	1.11
  +++ Makefile.am	13 Aug 2004 09:28:57 -0000	1.12
  @@ -1,6 +1,6 @@
   bin_PROGRAMS = cbase
   SUBDIRS =
   AM_CPPFLAGS = $(CPPFLAGS)
  -cbase_SOURCES =  SOAPStruct.c InteropTestPortType.c
  -cbase_LDADD = $(LDFLAGS)
  +cbase_SOURCES =  SOAPStruct.c InteropTestPortType.c InteropBaseClient.c
  +cbase_LDADD = @LINKCLIENTLIB@
   INCLUDES = -I$(AXISCPP_HOME)/include