dbertoni    01/01/18 15:23:56

  Modified:    c/src    Makefile.in
  Log:
  Bumped up Xerces library number.
  
  Revision  Changes    Path
  1.23      +4 -1      xml-xalan/c/src/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/Makefile.in,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- Makefile.in       2000/12/15 23:29:08     1.22
  +++ Makefile.in       2001/01/18 23:23:56     1.23
  @@ -55,6 +55,9 @@
   # 
   #
   # $Log: Makefile.in,v $
  +# Revision 1.23  2001/01/18 23:23:56  dbertoni
  +# Bumped up Xerces library number.
  +#
   # Revision 1.22  2000/12/15 23:29:08  dbertoni
   # Changes to integrate new Xalan source tree.
   #
  @@ -249,7 +252,7 @@
   endif
   
   # We need the Xerces library
  -ALLLIBS += -L$(XERCESCROOT)/lib -lxerces-c1_3
  +ALLLIBS += -L$(XERCESCROOT)/lib -lxerces-c1_4
   
   # We need the ICU library if we are using the ICUBridge
   ifdef XALAN_USE_ICU
  
  
  

Reply via email to