From d9418f2ed6ad109c31e9fcf04d24bd6d1b42b9e9 Mon Sep 17 00:00:00 2001 From: maxime Date: Wed, 6 Jul 2005 14:34:51 +0000 Subject: [PATCH] corrected path to libOGoContentStore git-svn-id: http://svn.opengroupware.org/SOGo/trunk@665 d1b88da0-ebda-0310-925b-ed51d893ca5b --- SOGo/SoObjects/SOGo/GNUmakefile.preamble | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SOGo/SoObjects/SOGo/GNUmakefile.preamble b/SOGo/SoObjects/SOGo/GNUmakefile.preamble index 0538147b..98a8e981 100644 --- a/SOGo/SoObjects/SOGo/GNUmakefile.preamble +++ b/SOGo/SoObjects/SOGo/GNUmakefile.preamble @@ -4,10 +4,10 @@ libSOGo_INCLUDE_DIRS += -I.. -I../../.. ifneq ($(GNUSTEP_BUILD_DIR),) RELBUILD_DIR_libOGoContentStore = \ - $(GNUSTEP_BUILD_DIR)/../../../OGoContentStore/$(GNUSTEP_OBJ_DIR_NAME) + $(GNUSTEP_BUILD_DIR)/../../OGoContentStore/$(GNUSTEP_OBJ_DIR_NAME) else RELBUILD_DIR_libOGoContentStore = \ - ../../../OGoContentStore/$(GNUSTEP_OBJ_DIR) + ../../OGoContentStore/$(GNUSTEP_OBJ_DIR) endif libSOGo_LIB_DIRS += \ -- 2.39.5