From 0317aa2df3a1369742f40998b51d2f668296ada8 Mon Sep 17 00:00:00 2001 From: Kris De Gussem Date: Mon, 11 Mar 2013 23:10:58 +0100 Subject: readding entries in Cmake and make include lists that were not removed after all ( Bug #1120585 ) (bzr r12194) --- src/dom/CMakeLists.txt | 6 +++++- src/dom/Makefile_insert | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) 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 \ -- cgit v1.2.3