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 ro...@apache.org on 2004/06/25 15:32:45 UTC

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

roshan      2004/06/25 06:32:45

  Modified:    c/src/xml Makefile.am
  Log:
  set to build both the parsers
  
  Revision  Changes    Path
  1.11      +2 -2      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.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- Makefile.am	25 Jun 2004 06:37:40 -0000	1.10
  +++ Makefile.am	25 Jun 2004 13:32:45 -0000	1.11
  @@ -1,6 +1,6 @@
   noinst_LTLIBRARIES = libxml.la
  -#SUBDIRS = expat xerces
  -SUBDIRS = expat
  +SUBDIRS = expat xerces
  +#SUBDIRS = expat
   #SUBDIRS = xerces
   
   AM_CPPFLAGS = $(CPPFLAGS)