summaryrefslogtreecommitdiffstats
path: root/src/dom
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/dom
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/dom')
-rw-r--r--src/dom/CMakeLists.txt31
1 files changed, 2 insertions, 29 deletions
diff --git a/src/dom/CMakeLists.txt b/src/dom/CMakeLists.txt
index 645999e0c..2f6963783 100644
--- a/src/dom/CMakeLists.txt
+++ b/src/dom/CMakeLists.txt
@@ -1,47 +1,20 @@
SET(dom_SRC
-css.h
cssreader.cpp
-cssreader.h
-dom.h
domimpl.cpp
-domimpl.h
domptr.cpp
-domptr.h
domstring.cpp
-domstring.h
-events.h
-ls.h
lsimpl.cpp
-lsimpl.h
prop-css2.cpp
-prop-css.cpp
-prop-svg.cpp
-smil.h
+#prop-css.cpp
+#prop-svg.cpp
smilimpl.cpp
-smilimpl.h
-stylesheets.h
-svg.h
svgimpl.cpp
-svgimpl.h
svgreader.cpp
-svgreader.h
-svgtypes.h
-traversal.h
ucd.cpp
-ucd.h
uri.cpp
-uri.h
-views.h
-views-level3.h
xmlreader.cpp
-xmlreader.h
xmlwriter.cpp
-xmlwriter.h
-xpath.h
xpathimpl.cpp
-xpathimpl.h
xpathparser.cpp
-xpathparser.h
xpathtoken.cpp
-xpathtoken.h
)