From 9317bf4d0c59f633b7ac4696ae524f017acf6c09 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Mon, 25 Jul 2011 16:28:02 +0000 Subject: [PATCH] We now install the SOGo.framework code/resources at the proper location Monotone-Parent: ff19bb5b02dc7d005805574c2237a99788b1f06b Monotone-Revision: b1943242b52e6ac847d4707b8f782b9306d140c2 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2011-07-25T16:28:02 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/SOGo/GNUmakefile b/SoObjects/SOGo/GNUmakefile index 35f42ba32..38e0f27ac 100644 --- a/SoObjects/SOGo/GNUmakefile +++ b/SoObjects/SOGo/GNUmakefile @@ -6,7 +6,7 @@ include ../../Version FRAMEWORK_NAME = SOGo -SOGo_INSTALL_DIR = $(SOGO_LIBDIR) +SOGo_INSTALL_DIR = $(GNUSTEP_LOCAL_FRAMEWORKS) SOGo_VERSION=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBMINOR_VERSION)