Skip to content
Snippets Groups Projects
Commit e34025aa authored by Gareth Reakes's avatar Gareth Reakes
Browse files

updated Makefile

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@174968 13f79535-47bb-0310-9956-ffa450edef68
parent 25b79675
No related branches found
No related tags found
No related merge requests found
...@@ -109,6 +109,7 @@ DOM_IMPL_CPP_PRIVHEADERS = \ ...@@ -109,6 +109,7 @@ DOM_IMPL_CPP_PRIVHEADERS = \
DOMNodeIteratorImpl.hpp \ DOMNodeIteratorImpl.hpp \
DOMNodeListImpl.hpp \ DOMNodeListImpl.hpp \
DOMNodeVector.hpp \ DOMNodeVector.hpp \
DOMNormalizer.hpp \
DOMNotationImpl.hpp \ DOMNotationImpl.hpp \
DOMParentNode.hpp \ DOMParentNode.hpp \
DOMProcessingInstructionImpl.hpp \ DOMProcessingInstructionImpl.hpp \
...@@ -151,6 +152,7 @@ DOM_IMPL_CPP_OBJECTS = \ ...@@ -151,6 +152,7 @@ DOM_IMPL_CPP_OBJECTS = \
DOMNodeIteratorImpl.$(TO) \ DOMNodeIteratorImpl.$(TO) \
DOMNodeListImpl.$(TO) \ DOMNodeListImpl.$(TO) \
DOMNodeVector.$(TO) \ DOMNodeVector.$(TO) \
DOMNormalizer.$(TO) \
DOMNotationImpl.$(TO) \ DOMNotationImpl.$(TO) \
DOMParentNode.$(TO) \ DOMParentNode.$(TO) \
DOMProcessingInstructionImpl.$(TO) \ DOMProcessingInstructionImpl.$(TO) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment