]> err.no Git - scalable-opengroupware.org/blobdiff - Protocols/common.make
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1057 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / Protocols / common.make
index 0cc98888b3fb15db999e654143919e5cbe09f171..03483a6d1287eb41240bbc2a0dd4d8a2bdf43129 100644 (file)
@@ -6,20 +6,24 @@ include ../../Version
 include ./Version
 
 BUNDLE_EXTENSION   = .SOGo
-BUNDLE_INSTALL_DIR = $(GNUSTEP_USER_ROOT)/Library/SOGo-$(MAJOR_VERSION).$(MINOR_VERSION)
+BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/SOGo-$(MAJOR_VERSION).$(MINOR_VERSION)
 
 ADDITIONAL_INCLUDE_DIRS += \
        -I..            \
        -I../..         \
        -I../../..      \
-       -I../../SoObjects
+       -I../../SoObjects \
+       -I../../SOPE
 
+RELBUILD_DIR_libNGCards = \
+       $(GNUSTEP_BUILD_DIR)/../../SOPE/NGCards/$(GNUSTEP_OBJ_DIR_NAME)
 RELBUILD_DIR_libSOGo = \
        $(GNUSTEP_BUILD_DIR)/../../SoObjects/SOGo/$(GNUSTEP_OBJ_DIR_NAME)
 RELBUILD_DIR_libOGoContentStore = \
        $(GNUSTEP_BUILD_DIR)/../../OGoContentStore/$(GNUSTEP_OBJ_DIR_NAME)
 
 ADDITIONAL_LIB_DIRS +=                                 \
+       -L$(RELBUILD_DIR_libNGCards)            \
        -L$(RELBUILD_DIR_libSOGo)               \
        -L$(RELBUILD_DIR_libOGoContentStore)