You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2001/11/04 17:36:57 UTC

cvs commit: xml-xalan/c/src Makefile.in

dbertoni    01/11/04 08:36:57

  Modified:    c/src    Makefile.in
  Log:
  Added include for new Xerces layout.
  
  Revision  Changes    Path
  1.65      +2 -2      xml-xalan/c/src/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/Makefile.in,v
  retrieving revision 1.64
  retrieving revision 1.65
  diff -u -r1.64 -r1.65
  --- Makefile.in	2001/10/01 15:50:07	1.64
  +++ Makefile.in	2001/11/04 16:36:57	1.65
  @@ -343,10 +343,10 @@
   # headers that others normally wouldn't
   ifdef XALAN_USE_ICU
   # We need the ICU library if we are using the ICUBridge
  -  XSL_INCL = -I${ICUROOT}/include/ -I. -I$(XERCESCROOT)/src/ -I$(XERCESCROOT)/include/ 
  +  XSL_INCL = -I${ICUROOT}/include/ -I. -I$(XERCESCROOT)/src/ -I$(XERCESCROOT)/include/xercesc -I$(XERCESCROOT)/include/
     XSL_BUILD_OPTIONS += -DXALAN_USE_ICU
   else
  -  XSL_INCL = -I. -I$(XERCESCROOT)/src/ -I$(XERCESCROOT)/include/ 
  +  XSL_INCL = -I. -I$(XERCESCROOT)/src/ -I$(XERCESCROOT)/include/xercesc -I$(XERCESCROOT)/include/
   endif
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org