diff options
Diffstat (limited to 'src/dom')
| -rw-r--r-- | src/dom/CMakeLists.txt | 6 | ||||
| -rw-r--r-- | src/dom/Makefile_insert | 2 |
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 \ |
