]> err.no Git - scalable-opengroupware.org/commitdiff
corrected path to libOGoContentStore
authormaxime <maxime@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Wed, 6 Jul 2005 14:34:51 +0000 (14:34 +0000)
committermaxime <maxime@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Wed, 6 Jul 2005 14:34:51 +0000 (14:34 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@665 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/SoObjects/SOGo/GNUmakefile.preamble

index 0538147b569be492977d9990b0560aa1e0a77199..98a8e98162a94e8393844e059da3255696c422ad 100644 (file)
@@ -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 +=                            \