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 sa...@apache.org on 2004/11/10 03:58:25 UTC

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

samisa      2004/11/09 18:58:25

  Added:       c/src/xml/tspp Makefile.am
  Log:
  Without this make failed on Linux.
  
  Revision  Changes    Path
  1.1                  ws-axis/c/src/xml/tspp/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  lib_LTLIBRARIES = libaxis_tspp.la
  AM_CPPFLAGS = $(CPPFLAGS)
  libaxis_tspp_la_SOURCES = AxisInputStream.cpp \
  			   Buffer.cpp \
  			   ParserLoader.cpp \
  			   XMLParserAxis.cpp \
  			   XmlPullParser.cpp \
  			   XmlPullParserException.cpp \
  			   ../AxisParseException.cpp
  
  libaxis_tspp_la_LIBADD =  @XERCESCLIB@ -lstdc++
  INCLUDES = @XERCESCINC@ -I../../../include