From 3de7afb8cb2276b16a009d508ec762358acb34dd Mon Sep 17 00:00:00 2001 From: Tinny Ng <tng@apache.org> Date: Fri, 22 Dec 2000 16:44:30 +0000 Subject: [PATCH] Add the new header LexicalHandler.hpp to Makefile.in git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@172482 13f79535-47bb-0310-9956-ffa450edef68 --- src/sax2/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sax2/Makefile.in b/src/sax2/Makefile.in index 1cd6bdcdd..f52a6a4fd 100644 --- a/src/sax2/Makefile.in +++ b/src/sax2/Makefile.in @@ -78,6 +78,7 @@ SAX2_CPP_PUBHEADERS = \ Attributes.hpp \ ContentHandler.hpp \ DefaultHandler.hpp \ + LexicalHandler.hpp \ SAX2XMLReader.hpp \ XMLReaderFactory.hpp -- GitLab