From: maxime Date: Wed, 6 Jul 2005 14:34:51 +0000 (+0000) Subject: corrected path to libOGoContentStore X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9418f2ed6ad109c31e9fcf04d24bd6d1b42b9e9;p=scalable-opengroupware.org corrected path to libOGoContentStore git-svn-id: http://svn.opengroupware.org/SOGo/trunk@665 d1b88da0-ebda-0310-925b-ed51d893ca5b --- 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 += \