From: helge Date: Thu, 15 Jul 2004 20:20:53 +0000 (+0000) Subject: git-svn-id: http://svn.opengroupware.org/SOGo/trunk@141 d1b88da0-ebda-0310-925b-ed51d... X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1341e9d94fb76c8903c7c75a2cc251f5a35a67d6;p=scalable-opengroupware.org git-svn-id: http://svn.opengroupware.org/SOGo/trunk@141 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/SOGo/UI/Scheduler/ChangeLog b/SOGo/UI/Scheduler/ChangeLog index cc48c7ce..c6230282 100644 --- a/SOGo/UI/Scheduler/ChangeLog +++ b/SOGo/UI/Scheduler/ChangeLog @@ -1,3 +1,8 @@ +2004-07-15 Helge Hess + + * GNUmakefile.preamble: added proper include pathes to allow "inline" + compilation + 2004-07-02 Helge Hess * UIxAppointmentView.m: fixup timezone of start/enddate diff --git a/SOGo/UI/Scheduler/GNUmakefile.preamble b/SOGo/UI/Scheduler/GNUmakefile.preamble index a0b5a392..838c1b58 100644 --- a/SOGo/UI/Scheduler/GNUmakefile.preamble +++ b/SOGo/UI/Scheduler/GNUmakefile.preamble @@ -1,5 +1,9 @@ # $Id$ +ADDITIONAL_INCLUDE_DIRS += \ + -I.. \ + -I../../SoObjects + ifneq ($(GNUSTEP_BUILD_DIR),) RELBUILD_DIR_libSOGoUI = \ $(GNUSTEP_BUILD_DIR)/../SOGoUI/$(GNUSTEP_OBJ_DIR_NAME)