diff options
| author | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-04-06 22:22:07 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-04-06 22:22:07 +0000 |
| commit | 15f9682879d6860d8c84a1cb79a4a34e0848a1bc (patch) | |
| tree | 3b94cd60e7b9add96b85fe3da1d8a3b26c2d9cf1 /src/util | |
| parent | Properly allow effect stacking with knotholders (and add extra LPE functional... (diff) | |
| parent | noop: improve code style in sp-lpe-item.cpp (diff) | |
| download | inkscape-15f9682879d6860d8c84a1cb79a4a34e0848a1bc.tar.gz inkscape-15f9682879d6860d8c84a1cb79a4a34e0848a1bc.zip | |
Updaet to trunk
(bzr r13090.1.49)
Diffstat (limited to 'src/util')
| -rw-r--r-- | src/util/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | src/util/Makefile_insert | 1 |
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 \ |
