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/05/18 13:42:02 UTC

cvs commit: ws-axis/c/src/xml/xerces Makefile.am

damitha     2004/05/18 04:42:02

  Added:       c/src/xml/expat Makefile.am
               c/src/xml/xerces Makefile.am
  Log:
  
  
  Revision  Changes    Path
  1.1                  ws-axis/c/src/xml/expat/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  lib_LTLIBRARIES = libaxis_expat.la
  AM_CPPFLAGS = $(CPPFLAGS)
  libaxis_expat_la_SOURCES = SoapParserExpat.cpp
  
  libaxis_expat_la_LIBADD = -lstdc++
  INCLUDES = -I$(AXISCPP_HOME)/include
  
  
  
  
  1.1                  ws-axis/c/src/xml/xerces/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  lib_LTLIBRARIES = libaxis_xercesc.la
  AM_CPPFLAGS = $(CPPFLAGS)
  libaxis_xercesc_la_SOURCES = SoapBinInputStream.cpp \
                             SoapInputSource.cpp \
                             SoapParserXerces.cpp \
                             XercesHandler.cpp 
  
  libaxis_xercesc_la_LIBADD = -lstdc++
  INCLUDES = -I$(AXISCPP_HOME)/include