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 su...@apache.org on 2004/11/09 11:27:51 UTC

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

susantha    2004/11/09 02:27:51

  Modified:    c/src/xml Makefile.am
  Log:
  Added tspp xml parser to subdirs
  
  Revision  Changes    Path
  1.15      +1 -1      ws-axis/c/src/xml/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/xml/Makefile.am,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- Makefile.am	27 Jul 2004 03:31:17 -0000	1.14
  +++ Makefile.am	9 Nov 2004 10:27:51 -0000	1.15
  @@ -1,5 +1,5 @@
   noinst_LTLIBRARIES = libxml.la
  -SUBDIRS = @EXPATBUILD@ @XERCESCBUILD@
  +SUBDIRS = @EXPATBUILD@ @XERCESCBUILD@ @TSPPBUILD@ 
   
   AM_CPPFLAGS = $(CPPFLAGS)
   libxml_la_SOURCES = QName.cpp Element.cpp Event.cpp StartElement.cpp SimpleAttribute.cpp