summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2014-04-09 10:45:20 +0000
committerJabiertxof <jtx@jtx.marker.es>2014-04-09 10:45:20 +0000
commitf0c6ea33bcb5a03352f6276bac82d56c39c3f5fe (patch)
tree28159b96674a5c003fb36948ff04f3eaae3ec864 /src/util
parentRefactor of end anchors. (diff)
parentMake extension tests compatible with VPATH builds. (diff)
downloadinkscape-f0c6ea33bcb5a03352f6276bac82d56c39c3f5fe.tar.gz
inkscape-f0c6ea33bcb5a03352f6276bac82d56c39c3f5fe.zip
update to trunk
(bzr r11950.1.326)
Diffstat (limited to 'src/util')
-rw-r--r--src/util/CMakeLists.txt1
-rw-r--r--src/util/Makefile_insert1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/util/CMakeLists.txt b/src/util/CMakeLists.txt
index cfccfa94d..924cab355 100644
--- a/src/util/CMakeLists.txt
+++ b/src/util/CMakeLists.txt
@@ -5,6 +5,7 @@ set(util_SRC
expression-evaluator.cpp
share.cpp
units.cpp
+ ziptool.cpp
# -------
diff --git a/src/util/Makefile_insert b/src/util/Makefile_insert
index 7169fa8f7..6d2e63278 100644
--- a/src/util/Makefile_insert
+++ b/src/util/Makefile_insert
@@ -31,6 +31,7 @@ ink_common_sources += \
util/reverse-list.h \
util/share.h \
util/share.cpp \
+ util/signal-blocker.h \
util/tuple.h \
util/ucompose.hpp \
util/units.cpp \