From a13f8090a5f9d26800aa9df79a4985dd10d75f7a Mon Sep 17 00:00:00 2001 From: Khaled Noaman <knoaman@apache.org> Date: Mon, 27 Sep 2004 21:02:58 +0000 Subject: [PATCH] Update Makefile to include XSAXMLScanner. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@176086 13f79535-47bb-0310-9956-ffa450edef68 --- src/xercesc/internal/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/xercesc/internal/Makefile.in b/src/xercesc/internal/Makefile.in index 09bae57ec..f35136e5c 100644 --- a/src/xercesc/internal/Makefile.in +++ b/src/xercesc/internal/Makefile.in @@ -64,6 +64,7 @@ INTERNAL_CPP_PUBHEADERS = \ XMLScannerResolver.hpp \ XObjectComparator.hpp \ XProtoType.hpp \ + XSAXMLScanner.hpp \ XSerializable.hpp \ XSerializationException.hpp \ XSerializeEngine.hpp \ @@ -96,6 +97,7 @@ INTERNAL_CPP_OBJECTS = \ XMLScannerResolver.$(TO) \ XObjectComparator.$(TO) \ XProtoType.$(TO) \ + XSAXMLScanner.$(TO) \ XSerializeEngine.$(TO) \ XSObjectFactory.$(TO) \ XTemplateComparator.$(TO) \ -- GitLab