Monotone-Parent: 37ee3c63e273b4b20f99c82d5e239e410e7876c7

Monotone-Revision: c9b03486e1069d95450f29c6305829cf7d4c2002

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-05-09T19:04:18
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2007-05-09 19:04:18 +00:00
parent 7c4ddf0e8c
commit bfab3e3a0a
4 changed files with 10 additions and 11 deletions

View File

@ -11,7 +11,6 @@ Appointments_PRINCIPAL_CLASS = SOGoAppointmentsProduct
Appointments_OBJC_FILES = \
Product.m \
NSArray+Appointments.m \
iCalEntityObject+Agenor.m \
\
SOGoCalendarComponent.m \
SOGoAppointmentObject.m \

View File

@ -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 \

View File

@ -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 \

View File

@ -18,7 +18,7 @@ SchedulerUI_OBJC_FILES = \
UIxCalDateSelector.m \
UIxCalUserRightsEditor.m \
\
UIxComponent+Agenor.m \
UIxComponent+Scheduler.m \
UIxCalView.m \
UIxCalAptListView.m \
UIxCalTasksListView.m \