From a0e97068a05cbf7c892f0cc318b2af165630c742 Mon Sep 17 00:00:00 2001 From: MenTaLguY Date: Sun, 1 Jul 2007 20:08:30 +0000 Subject: initial implementation of XML::Subtree API for tracking changes on a whole-subtree basis; the initial implementation does not have very good performance for large subtrees, but should work well for smaller ones (bzr r3158) --- src/xml/Makefile_insert | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/xml/Makefile_insert') diff --git a/src/xml/Makefile_insert b/src/xml/Makefile_insert index 69f8952a9..0a95a2062 100644 --- a/src/xml/Makefile_insert +++ b/src/xml/Makefile_insert @@ -46,6 +46,8 @@ xml_libspxml_a_SOURCES = \ xml/node-event-vector.h \ xml/node-iterators.h \ xml/sp-css-attr.h \ + xml/subtree.cpp \ + xml/subtree.h \ xml/text-node.h \ xml/invalid-operation-exception.h -- cgit v1.2.3