You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by da...@apache.org on 2004/03/30 07:20:45 UTC

cvs commit: ws-axis/c/samples/server/interoptests/base Makefile.am autogen.sh configure.ac runconfig

damitha     2004/03/29 21:20:45

  Modified:    c/samples/server/interoptests/base Makefile.am
  Removed:     c/samples/server/interoptests/base autogen.sh configure.ac
                        runconfig
  Log:
  
  
  Revision  Changes    Path
  1.4       +3 -3      ws-axis/c/samples/server/interoptests/base/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/server/interoptests/base/Makefile.am,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Makefile.am	10 Mar 2004 07:04:59 -0000	1.3
  +++ Makefile.am	30 Mar 2004 05:20:45 -0000	1.4
  @@ -1,7 +1,7 @@
  -lib_LTLIBRARIES = libinteropbase.la
  +lib_LTLIBRARIES = libbase.la
   SUBDIRS =
  -libinteropbase_la_SOURCES = InteropTestPortType.cpp InteropTestPortTypeService.cpp  SOAPStruct.cpp InteropTestPortTypeWrapper.cpp
  +libbase_la_SOURCES = InteropTestPortType.cpp InteropTestPortTypeService.cpp  SOAPStruct.cpp InteropTestPortTypeWrapper.cpp
   #libinteropbase_la_LIBADD   = -L$(AXISCPP_HOME)/lib/expat -lexpat -ldl -lstdc++
  -libinteropbase_la_LIBADD   = -L$(AXISCPP_HOME)/lib/expat -lexpat -lltdl -lstdc++
  +libbase_la_LIBADD   = -L$(AXISCPP_HOME)/lib/expat -lexpat -lltdl -lstdc++
   
   INCLUDES = -I$(AXISCPP_HOME)/include