summaryrefslogtreecommitdiffstats
path: root/src/xml
diff options
context:
space:
mode:
authorJoshua L. Blocher <verbalshadow@gmail.com>2008-06-24 06:32:23 +0000
committerverbalshadow <verbalshadow@users.sourceforge.net>2008-06-24 06:32:23 +0000
commitf53151e0184975e4331f5e981f57e32148379d74 (patch)
tree90c2086e058777c2b464844e14fa61bca3dfc91c /src/xml
parentdelivarotify, render with cairo; regression: cairo cannot do inverse (diff)
downloadinkscape-f53151e0184975e4331f5e981f57e32148379d74.tar.gz
inkscape-f53151e0184975e4331f5e981f57e32148379d74.zip
Cmake: remove header files from source lists
(bzr r6046)
Diffstat (limited to 'src/xml')
-rw-r--r--src/xml/CMakeLists.txt28
1 files changed, 1 insertions, 27 deletions
diff --git a/src/xml/CMakeLists.txt b/src/xml/CMakeLists.txt
index a9bdba99d..9ee5b4626 100644
--- a/src/xml/CMakeLists.txt
+++ b/src/xml/CMakeLists.txt
@@ -1,44 +1,18 @@
SET(xml_SRC
-attribute-record.h
-comment-node.h
composite-node-observer.cpp
-composite-node-observer.h
croco-node-iface.cpp
-croco-node-iface.h
-document.h
-element-node.h
event.cpp
-event.h
-event-fns.h
-invalid-operation-exception.h
log-builder.cpp
-log-builder.h
-node.h
-node-event-vector.h
node-fns.cpp
-node-fns.h
-node-iterators.h
-node-observer.h
-pi-node.h
quote.cpp
-quote.h
#quote-test.cpp
-#quote-test.h
repr.cpp
-repr.h
#repr-action-test.cpp
-#repr-action-test.h
repr-css.cpp
repr-io.cpp
repr-sorting.cpp
-repr-sorting.h
repr-util.cpp
simple-document.cpp
-simple-document.h
simple-node.cpp
-simple-node.h
-sp-css-attr.h
subtree.cpp
-subtree.h
-text-node.h
-) \ No newline at end of file
+)