From: helge Date: Tue, 22 Jun 2004 12:25:45 +0000 (+0000) Subject: git-svn-id: http://svn.opengroupware.org/SOGo/trunk@58 d1b88da0-ebda-0310-925b-ed51d8... X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f6eaf0c49cd1233b1cd11d172100f646123e68a;p=scalable-opengroupware.org git-svn-id: http://svn.opengroupware.org/SOGo/trunk@58 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/ZideStore/UI-X/ChangeLog b/ZideStore/UI-X/ChangeLog index 73bbb8fd..822f9b7d 100644 --- a/ZideStore/UI-X/ChangeLog +++ b/ZideStore/UI-X/ChangeLog @@ -1,3 +1,7 @@ +2004-06-22 Helge Hess + + * Common/GNUmakefile.preamble: fixed linking for OGo gstep-make + 2004-06-21 Helge Hess * Scheduler/OGoCalWeekOverview.m: fixed syntax errors diff --git a/ZideStore/UI-X/Common/GNUmakefile.preamble b/ZideStore/UI-X/Common/GNUmakefile.preamble index dd1f4e76..e76e480c 100644 --- a/ZideStore/UI-X/Common/GNUmakefile.preamble +++ b/ZideStore/UI-X/Common/GNUmakefile.preamble @@ -3,7 +3,7 @@ ifneq ($(GNUSTEP_BUILD_DIR),) RELBUILD_DIR_libZideStoreCommonUI = $(GNUSTEP_OBJ_DIR) else - RELBUILD_DIR_libZideStoreCommonUI = . + RELBUILD_DIR_libZideStoreCommonUI = $(GNUSTEP_OBJ_DIR) endif libZideStoreCommonUI_LIBRARIES_DEPEND_UPON += -lNGObjWeb