diff --git a/dom/src/coreDOM/Makefile b/dom/src/coreDOM/Makefile index aa3d6cb5b832..c4b49cbc6928 100644 --- a/dom/src/coreDOM/Makefile +++ b/dom/src/coreDOM/Makefile @@ -19,16 +19,21 @@ DEPTH=../../.. LIBRARY_NAME = jsdomcore_s -CPPSRCS = \ - nsJSNode.cpp \ - nsJSData.cpp \ - nsJSDocument.cpp \ - nsJSDocumentFragment.cpp\ - nsJSElement.cpp \ - nsJSNamedNodeMap.cpp \ - nsJSNodeList.cpp \ - nsJSText.cpp \ - nsJSAttribute.cpp \ +CPPSRCS = \ + nsJSAttribute.cpp \ + nsJSCDATASection.cpp \ + nsJSComment.cpp \ + nsJSDOM.cpp \ + nsJSData.cpp \ + nsJSDocument.cpp \ + nsJSDocumentFragment.cpp \ + nsJSDocumentType.cpp \ + nsJSElement.cpp \ + nsJSNamedNodeMap.cpp \ + nsJSNode.cpp \ + nsJSNodeList.cpp \ + nsJSProcessingInstruction.cpp \ + nsJSText.cpp \ $(NULL) DEFINES = -D_IMPL_NS_DOM