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 da...@apache.org on 2004/03/31 17:20:28 UTC

cvs commit: ws-axis/c/samples/server/interoptests/doclitgroupB Makefile.am

damitha     2004/03/31 07:20:28

  Modified:    c/samples/server configure.ac
               c/samples/server/interoptests Makefile.am
               c/samples/server/interoptests/doclitgroupB Makefile.am
  Log:
  
  
  Revision  Changes    Path
  1.5       +1 -1      ws-axis/c/samples/server/configure.ac
  
  Index: configure.ac
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/server/configure.ac,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- configure.ac	30 Mar 2004 14:58:09 -0000	1.4
  +++ configure.ac	31 Mar 2004 15:20:28 -0000	1.5
  @@ -6,4 +6,4 @@
   AC_PROG_CXX
   AC_PROG_INSTALL
   AC_PROG_LIBTOOL
  -AC_OUTPUT(Makefile interoptests/Makefile interoptests/base/Makefile interoptests/cbase/Makefile interoptests/groupB/Makefile)
  +AC_OUTPUT(Makefile interoptests/Makefile interoptests/base/Makefile interoptests/cbase/Makefile interoptests/groupB/Makefile interoptests/doclitbase/Makefile interoptests/doclitgroupB/Makefile)
  
  
  
  1.6       +1 -1      ws-axis/c/samples/server/interoptests/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/server/interoptests/Makefile.am,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Makefile.am	30 Mar 2004 14:58:09 -0000	1.5
  +++ Makefile.am	31 Mar 2004 15:20:28 -0000	1.6
  @@ -1 +1 @@
  -SUBDIRS = base cbase groupB
  +SUBDIRS = base cbase groupB doclitbase doclitgroupB 
  
  
  
  1.2       +3 -3      ws-axis/c/samples/server/interoptests/doclitgroupB/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/server/interoptests/doclitgroupB/Makefile.am,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.am	27 Jan 2004 05:47:06 -0000	1.1
  +++ Makefile.am	31 Mar 2004 15:20:28 -0000	1.2
  @@ -1,6 +1,6 @@
  -lib_LTLIBRARIES = libinteropgroupb.la
  +lib_LTLIBRARIES = libdoclitgroupB.la
   SUBDIRS =
  -libinteropgroupb_la_SOURCES = InteropTestPortTypeB.cpp InteropTestPortTypeBService.cpp InteropTestPortTypeBWrapper.cpp SOAPArrayStruct.cpp SOAPStruct.cpp SOAPStructStruct.cpp
  -libinteropgroupb_la_LIBADD   = -L$(AXISCPP_HOME)/lib/xerces-c -lxerces-c -ldl -lstdc++
  +libdoclitgroupB_la_SOURCES = InteropTestPortTypeB.cpp InteropTestPortTypeBService.cpp InteropTestPortTypeBWrapper.cpp SOAPArrayStruct.cpp SOAPStruct.cpp SOAPStructStruct.cpp
  +libdoclitgroupB_la_LIBADD   = -L$(AXISCPP_HOME)/lib/expat -lexpat -lltdl  -lstdc++
   
   INCLUDES = -I$(AXISCPP_HOME)/include