From: maxime Date: Wed, 6 Jul 2005 15:24:53 +0000 (+0000) Subject: corrected path to libOGoContentStore X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1ccb7c684232a10dbcea065d8d6f239e89e9e66;p=scalable-opengroupware.org corrected path to libOGoContentStore git-svn-id: http://svn.opengroupware.org/SOGo/trunk@667 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/SOGo/Protocols/common.make b/SOGo/Protocols/common.make index e4de57d0..7bd55dcc 100644 --- a/SOGo/Protocols/common.make +++ b/SOGo/Protocols/common.make @@ -17,7 +17,7 @@ ADDITIONAL_INCLUDE_DIRS += \ RELBUILD_DIR_libSOGo = \ $(GNUSTEP_BUILD_DIR)/../../SoObjects/SOGo/$(GNUSTEP_OBJ_DIR_NAME) RELBUILD_DIR_libOGoContentStore = \ - $(GNUSTEP_BUILD_DIR)/../../../OGoContentStore/$(GNUSTEP_OBJ_DIR_NAME) + $(GNUSTEP_BUILD_DIR)/../../../SOGo/OGoContentStore/$(GNUSTEP_OBJ_DIR_NAME) ADDITIONAL_LIB_DIRS += \ -L$(RELBUILD_DIR_libSOGo) \