]> err.no Git - scalable-opengroupware.org/commitdiff
fixed OSX compilation
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Fri, 15 Jul 2005 00:08:17 +0000 (00:08 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Fri, 15 Jul 2005 00:08:17 +0000 (00:08 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@767 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/Main/ChangeLog
SOGo/Main/GNUmakefile.preamble
SOGo/Main/Version

index 62201d3169d7a277618652e802759a310f619d74..0c919a20e28bce44ee49f9b59ca9ae099e4b4b9e 100644 (file)
@@ -1,3 +1,7 @@
+2005-07-15  Helge Hess  <helge.hess@opengroupware.org>
+
+       * GNUmakefile.preamble: fixed Cocoa compilation (v0.9.34)
+
 2005-07-14  Helge Hess  <helge.hess@opengroupware.org>
 
        * moved SOGoUser and SOGoAuthenticator to libSOGo (v0.9.33)
index 04ad9e9c30d93abf86f8a0f4188b4e6964ef5e05..dc4341404900ff4f2a7a1755674293f473c7f379 100644 (file)
@@ -11,22 +11,30 @@ ADDITIONAL_INCLUDE_DIRS += \
 
 ADDITIONAL_LIB_DIRS += \
        -L../SoObjects/SOGo/$(GNUSTEP_OBJ_DIR)/ \
-       -L../OGoContentStore/$(GNUSTEP_OBJ_DIR)/ \
-       -L../../SOGoLogic/$(GNUSTEP_OBJ_DIR)/   \
+       -L../OGoContentStore/$(GNUSTEP_OBJ_DIR)/
 
 SYSTEM_LIB_DIR += -L/usr/local/lib -L/usr/lib
 
 MainUI_BUNDLE_LIBS += \
-       -lNGObjWeb      \
-       -lNGMime        \
+       -lSOGo                  \
+       -lOGoContentStore       \
+       -lGDLContentStore       \
+       -lGDLAccess             \
+       -lNGiCal                \
+       -lNGObjWeb              \
+       -lNGMime -lNGLdap       \
        -lNGStreams -lNGExtensions -lEOControl \
        -lDOM -lXmlRpc -lSaxObjC 
 
 
 $(SOGOD)_TOOL_LIBS += \
-       -lWEExtensions  \
-       -lNGObjWeb      \
-       -lNGMime        \
+       -lSOGo                  \
+       -lOGoContentStore       \
+       -lGDLContentStore       \
+       -lGDLAccess             \
+       -lWEExtensions          \
+       -lNGiCal                \
+       -lNGObjWeb              \
+       -lNGMime -lNGLdap       \
        -lNGStreams -lNGExtensions -lEOControl \
-       -lDOM -lXmlRpc -lSaxObjC -lSOGo \
-       -lOGoContentStore
+       -lDOM -lXmlRpc -lSaxObjC
index 376a1ba7e5121dbfab9b5adf40b95131e7c6602b..d32d5503fef4895b23ee2d39156b84c89cb33ce0 100644 (file)
@@ -1,6 +1,6 @@
 # Version file
 
-SUBMINOR_VERSION:=33
+SUBMINOR_VERSION:=34
 
 # v0.9.32 requires libSOGo         v0.9.57
 # v0.9.24 requires libWEExtensions v4.5.67