dbertoni 00/08/31 12:41:50
Modified: c/src Makefile.in Log: Updated Xerces library version number. Revision Changes Path 1.10 +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.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- Makefile.in 2000/08/25 21:13:38 1.9 +++ Makefile.in 2000/08/31 19:41:49 1.10 @@ -55,6 +55,9 @@ # # # $Log: Makefile.in,v $ +# Revision 1.10 2000/08/31 19:41:49 dbertoni +# Updated Xerces library version number. +# # Revision 1.9 2000/08/25 21:13:38 auriemma # Added support for building samples. # @@ -170,7 +173,7 @@ endif # We need the Xerces library -ALLLIBS += -L$(XERCESCROOT)/lib -lxerces-c1_2 +ALLLIBS += -L$(XERCESCROOT)/lib -lxerces-c1_3 # We need the ICU library if we are using the ICUBridge ifdef XALAN_USE_ICU
