summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKris De Gussem <kris.degussem@gmail.com>2013-03-11 22:10:58 +0000
committerKris <Kris.De.Gussem@hotmail.com>2013-03-11 22:10:58 +0000
commit0317aa2df3a1369742f40998b51d2f668296ada8 (patch)
treef8318c1b64c41c945cbec60dd7bf82ec2eb36f80 /src
parentcppcheck (diff)
downloadinkscape-0317aa2df3a1369742f40998b51d2f668296ada8.tar.gz
inkscape-0317aa2df3a1369742f40998b51d2f668296ada8.zip
readding entries in Cmake and make include lists that were not removed after all ( Bug #1120585 )
(bzr r12194)
Diffstat (limited to 'src')
-rw-r--r--src/dom/CMakeLists.txt6
-rw-r--r--src/dom/Makefile_insert2
2 files changed, 7 insertions, 1 deletions
diff --git a/src/dom/CMakeLists.txt b/src/dom/CMakeLists.txt
index 8167e1b03..74832a6f5 100644
--- a/src/dom/CMakeLists.txt
+++ b/src/dom/CMakeLists.txt
@@ -17,7 +17,9 @@ set(dom_SRC
xpathimpl.cpp
xpathparser.cpp
xpathtoken.cpp
-
+
+ io/domstream.cpp
+
util/digest.cpp
util/ziptool.cpp
@@ -53,6 +55,8 @@ set(dom_SRC
xpathparser.h
xpathtoken.h
+ io/domstream.h
+
util/digest.h
util/ziptool.h
)
diff --git a/src/dom/Makefile_insert b/src/dom/Makefile_insert
index 058242a36..4ed529a35 100644
--- a/src/dom/Makefile_insert
+++ b/src/dom/Makefile_insert
@@ -50,6 +50,8 @@ dom_libdom_a_SOURCES = \
dom/xpathparser.h \
dom/xpathtoken.h \
dom/xpathtoken.cpp \
+ dom/io/domstream.cpp \
+ dom/io/domstream.h \
dom/util/digest.h \
dom/util/digest.cpp \
dom/util/ziptool.h \