]> err.no Git - sope/commitdiff
fixed some linking code
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Mon, 21 Feb 2005 15:13:26 +0000 (15:13 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Mon, 21 Feb 2005 15:13:26 +0000 (15:13 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@587 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-ical/NGiCal/ChangeLog
sope-ical/NGiCal/GNUmakefile.preamble
sope-ical/NGiCal/Version

index 9ecb46a777f66e91fa54d7cc840fa1edd6e4d006..7671fa89282c30b08ae200415b9193540e302a9a 100644 (file)
@@ -1,3 +1,8 @@
+2005-02-17  Helge Hess  <helge.hess@skyrix.com>
+
+       * GNUmakefile.preamble: fixed linking locations for dependencies
+         (v4.5.45)
+
 2005-02-17  Marcus Mueller  <znek@mulle-kybernetik.com>
 
        * v4.5.44
index 82687d5002b82d362c9004ec803938a248d9dc11..7a0e15e77ef5f752eeb035adeaad4f2ca44ecb51 100644 (file)
@@ -26,12 +26,16 @@ RELBUILD_DIR_SxXml=$(GNUSTEP_BUILD_DIR)/../../sope-xml
 
 libNGiCal_LIB_DIRS += \
        -L$(GNUSTEP_OBJ_DIR)                                            \
+       -L$(RELBUILD_DIR_SxCore)/NGExtensions/$(GNUSTEP_OBJ_DIR_NAME)   \
        -L$(RELBUILD_DIR_SxCore)/EOControl/$(GNUSTEP_OBJ_DIR_NAME)      \
+       -L$(RELBUILD_DIR_SxXml)/DOM/$(GNUSTEP_OBJ_DIR_NAME)             \
        -L$(RELBUILD_DIR_SxXml)/SaxObjC/$(GNUSTEP_OBJ_DIR_NAME)
 else
 libNGiCal_LIB_DIRS += \
-       -L./$(GNUSTEP_OBJ_DIR)                          \
-       -L../../sope-core/EOControl/$(GNUSTEP_OBJ_DIR)  \
+       -L./$(GNUSTEP_OBJ_DIR)                                  \
+       -L../../sope-core/NGExtensions/$(GNUSTEP_OBJ_DIR)       \
+       -L../../sope-core/EOControl/$(GNUSTEP_OBJ_DIR)          \
+       -L../../sope-xml/DOM/$(GNUSTEP_OBJ_DIR)                 \
        -L../../sope-xml/SaxObjC/$(GNUSTEP_OBJ_DIR)
 endif
 
index 9732ed14bc380c9f90b550e7df210d1eaa9553c3..ae8a5a10173007bee110b2d1251a1d383ce1b289 100644 (file)
@@ -2,7 +2,7 @@
 
 MAJOR_VERSION=4
 MINOR_VERSION=5
-SUBMINOR_VERSION:=44
+SUBMINOR_VERSION:=45
 
 # v4.5.40 requires NGExtensions v4.5.145
 # v4.5.37 requires NGExtensions v4.5.140