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 \