Monotone-Parent: cdc5b99b631d52baa52688922ca940cec737dae3

Monotone-Revision: e5bba3fff141e5a080f57c5282190b8ea7f6f136

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-12-14T20:14:35
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2006-12-14 20:14:35 +00:00
parent 008fb7fbbc
commit 6828354044
1 changed files with 10 additions and 2 deletions

View File

@ -23,16 +23,20 @@ libSOGo_HEADER_FILES = \
SOGoObject.h \
SOGoFolder.h \
SOGoContentObject.h \
SOGoAclsFolder.h \
SOGoUserFolder.h \
SOGoGroupsFolder.h \
SOGoGroupFolder.h \
SOGoCustomGroupFolder.h \
\
AgenorUserManager.h \
SOGoPermissions.h \
SOGoLRUCache.h \
NSArray+Utilities.h \
NSObject+AptComparison.h \
WOContext+Agenor.h \
NSString+URL.h \
SOGoDAVRendererTypes.h \
NSString+Utilities.h \
NSDictionary+URL.h \
NSCalendarDate+SOGo.h \
\
@ -43,18 +47,22 @@ libSOGo_OBJC_FILES = \
SOGoObject.m \
SOGoFolder.m \
SOGoContentObject.m \
SOGoAclsFolder.m \
SOGoUserFolder.m \
SOGoGroupsFolder.m \
SOGoGroupFolder.m \
SOGoCustomGroupFolder.m \
\
SOGoPermissions.m \
SOGoLRUCache.m \
AgenorUserManager.m \
NSObject+AptComparison.m \
WOContext+Agenor.m \
SOGoDAVRendererTypes.m \
AgenorUserDefaults.m \
NSArray+Utilities.m \
NSDictionary+URL.m \
NSString+URL.m \
NSString+Utilities.m \
NSCalendarDate+SOGo.m \
\
SOGoAuthenticator.m \