From f9733d9f72490a3d0460b92833781eb9be3a054e Mon Sep 17 00:00:00 2001 From: ryanlerch <> Date: Thu, 3 Apr 2014 13:50:22 +0200 Subject: Fix for Bug #1301869 (util/signal-blocker.h not included in tarbal) by Ryan Lerch. Fixed bugs: - https://launchpad.net/bugs/1301869 (bzr r13255) --- src/util/Makefile_insert | 1 + 1 file changed, 1 insertion(+) (limited to 'src/util') 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 \ -- cgit v1.2.3 From 40c62107849b6eb5e66dd0b1f7fe2a7d29cc83a6 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Sat, 5 Apr 2014 00:24:46 +0200 Subject: fix cmake build errors for changes in 2geom Fixed bugs: - https://launchpad.net/bugs/1283174 (bzr r13267) --- src/util/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/util') 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 # ------- -- cgit v1.2.3