dbertoni 01/12/10 13:22:57 Modified: c/src Makefile.in Log: Updated library version for Xerces. Revision Changes Path 1.69 +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.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- Makefile.in 2001/12/03 21:36:19 1.68 +++ Makefile.in 2001/12/10 21:22:57 1.69 @@ -323,9 +323,9 @@ # We need the Xerces library ifeq ($(PLATFORM), OS390) - ALLLIBS += $(XERCESCROOT)/lib/libxerces-c1_5_1.x + ALLLIBS += $(XERCESCROOT)/lib/libxerces-c1_6_0.x else - ALLLIBS += -L$(XERCESCROOT)/lib -lxerces-c1_5_1 + ALLLIBS += -L$(XERCESCROOT)/lib -lxerces-c1_6_0 endif # We need the ICU library if we are using the ICUBridge
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]