From 75d6765b7965013cf6a598eb739d9e7276fc9b45 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Fri, 10 Sep 2010 22:18:43 +0000 Subject: [PATCH] Disabled the automatic stacktrace generation in order to test it with GNUstep v1.16 Monotone-Parent: 764facae177bd6d33ff44eed127581dd7e8421cf Monotone-Revision: effa75fe7d3256edbe231d579f2fff3813c969ba Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2010-09-10T22:18:43 Monotone-Branch: ca.inverse.sogo --- Main/GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Main/GNUmakefile b/Main/GNUmakefile index 9503fddb2..a946c78ca 100644 --- a/Main/GNUmakefile +++ b/Main/GNUmakefile @@ -15,8 +15,8 @@ $(SOGOD)_INSTALL_DIR = $(SOGO_ADMIN_TOOLS) $(SOGOD)_OBJC_FILES += \ sogod.m \ SOGo.m \ - SOGo+DAV.m \ - NSException+Stacktrace.m + SOGo+DAV.m +# NSException+Stacktrace.m -include GNUmakefile.preamble include $(GNUSTEP_MAKEFILES)/tool.make