From bfab3e3a0af5585758950a446dd169cb3df7bf28 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 9 May 2007 19:04:18 +0000 Subject: [PATCH] Monotone-Parent: 37ee3c63e273b4b20f99c82d5e239e410e7876c7 Monotone-Revision: c9b03486e1069d95450f29c6305829cf7d4c2002 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-05-09T19:04:18 Monotone-Branch: ca.inverse.sogo --- SoObjects/Appointments/GNUmakefile | 1 - SoObjects/Contacts/GNUmakefile | 4 +--- SoObjects/SOGo/GNUmakefile | 14 ++++++++------ UI/Scheduler/GNUmakefile | 2 +- 4 files changed, 10 insertions(+), 11 deletions(-) diff --git a/SoObjects/Appointments/GNUmakefile b/SoObjects/Appointments/GNUmakefile index 57b4cb0f3..c6effab6d 100644 --- a/SoObjects/Appointments/GNUmakefile +++ b/SoObjects/Appointments/GNUmakefile @@ -11,7 +11,6 @@ Appointments_PRINCIPAL_CLASS = SOGoAppointmentsProduct Appointments_OBJC_FILES = \ Product.m \ NSArray+Appointments.m \ - iCalEntityObject+Agenor.m \ \ SOGoCalendarComponent.m \ SOGoAppointmentObject.m \ diff --git a/SoObjects/Contacts/GNUmakefile b/SoObjects/Contacts/GNUmakefile index af94111fc..3c1711c11 100644 --- a/SoObjects/Contacts/GNUmakefile +++ b/SoObjects/Contacts/GNUmakefile @@ -12,10 +12,8 @@ Contacts_OBJC_FILES = \ SOGoContactFolders.m \ SOGoContactGCSEntry.m \ SOGoContactGCSFolder.m \ - SOGoContactLDAPEntry.m \ + SOGoContactLDIFEntry.m \ SOGoContactLDAPFolder.m \ - \ - NGLdapEntry+Contact.m \ Contacts_RESOURCE_FILES += \ Version \ diff --git a/SoObjects/SOGo/GNUmakefile b/SoObjects/SOGo/GNUmakefile index 15b792769..3ad28ac9f 100644 --- a/SoObjects/SOGo/GNUmakefile +++ b/SoObjects/SOGo/GNUmakefile @@ -8,10 +8,10 @@ include $(GNUSTEP_MAKEFILES)/common.make LIBRARY_NAME = libSOGo TOOL_NAME = \ - agenor_email2uid \ - agenor_shares4uid \ - agenor_emails4uid \ - agenor_defaults +# agenor_email2uid \ +# agenor_shares4uid \ +# agenor_emails4uid \ +# agenor_defaults libSOGo_SOVERSION=$(MAJOR_VERSION).$(MINOR_VERSION) @@ -28,7 +28,8 @@ libSOGo_HEADER_FILES = \ SOGoGroupFolder.h \ SOGoCustomGroupFolder.h \ \ - AgenorUserManager.h \ + LDAPUserManager.h \ + LDAPSource.h \ SOGoPermissions.h \ SOGoLRUCache.h \ NSArray+Utilities.h \ @@ -53,7 +54,8 @@ libSOGo_OBJC_FILES = \ \ SOGoPermissions.m \ SOGoLRUCache.m \ - AgenorUserManager.m \ + LDAPUserManager.m \ + LDAPSource.m \ NSObject+AptComparison.m \ WOContext+Agenor.m \ SOGoDAVRendererTypes.m \ diff --git a/UI/Scheduler/GNUmakefile b/UI/Scheduler/GNUmakefile index 4250113d2..66c045d8e 100644 --- a/UI/Scheduler/GNUmakefile +++ b/UI/Scheduler/GNUmakefile @@ -18,7 +18,7 @@ SchedulerUI_OBJC_FILES = \ UIxCalDateSelector.m \ UIxCalUserRightsEditor.m \ \ - UIxComponent+Agenor.m \ + UIxComponent+Scheduler.m \ UIxCalView.m \ UIxCalAptListView.m \ UIxCalTasksListView.m \