From 0742b8b50a78d2d4a4f2ff608ad3cbeff9030e94 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 11 Oct 2006 18:22:05 +0000 Subject: [PATCH] Monotone-Parent: a013b757c3e011301e8ff9faf7e81d07584ea4cb Monotone-Revision: 231480c78015ecf458ae4ed73f647d1f0a3baf81 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-11T18:22:05 Monotone-Branch: ca.inverse.sogo --- SoObjects/Appointments/GNUmakefile | 2 ++ UI/Scheduler/GNUmakefile | 10 +++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/SoObjects/Appointments/GNUmakefile b/SoObjects/Appointments/GNUmakefile index a5ca25579..a4b3ccaa7 100644 --- a/SoObjects/Appointments/GNUmakefile +++ b/SoObjects/Appointments/GNUmakefile @@ -10,8 +10,10 @@ Appointments_PRINCIPAL_CLASS = SOGoAppointmentsProduct Appointments_OBJC_FILES = \ Product.m \ + NSArray+Appointments.m \ \ SOGoAppointmentObject.m \ + SOGoTaskObject.m \ SOGoAppointmentFolder.m \ SOGoGroupAppointmentFolder.m \ SOGoFreeBusyObject.m \ diff --git a/UI/Scheduler/GNUmakefile b/UI/Scheduler/GNUmakefile index 52b751cc1..b371dc304 100644 --- a/UI/Scheduler/GNUmakefile +++ b/UI/Scheduler/GNUmakefile @@ -21,6 +21,7 @@ SchedulerUI_OBJC_FILES = \ UIxComponent+Agenor.m \ UIxCalView.m \ UIxCalAptListView.m \ + UIxCalTasksListView.m \ UIxCalDayView.m \ UIxCalWeekView.m \ UIxCalMonthView.m \ @@ -38,19 +39,18 @@ SchedulerUI_OBJC_FILES = \ UIxCalInlineMonthOverview.m \ UIxAppointmentView.m \ UIxAppointmentEditor.m \ + UIxAppointmentProposal.m \ + UIxTaskView.m \ + UIxTaskEditor.m \ + UIxTaskProposal.m \ UIxCalSelectTab.m \ UIxCalDateLabel.m \ UIxCalBackForthNavView.m \ - UIxAppointmentProposal.m \ UIxDatePicker.m \ UIxTimeDateControl.m \ UIxCalInlineAptView.m \ UIxCalScheduleOverview.m \ UIxCalParticipationStatusView.m \ -# UIxCalDayPrintview.m \ -# UIxCalWeekPrintview.m \ -# UIxCalMonthPrintview.m \ -# UIxAppointmentPrintview.m \ SchedulerUI_RESOURCE_FILES += \ Version \