Monotone-Parent: cdc5b99b631d52baa52688922ca940cec737dae3

Monotone-Revision: e5bba3fff141e5a080f57c5282190b8ea7f6f136

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-12-14T20:14:35
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau 2006-12-14 20:14:35 +00:00
parent 008fb7fbbc
commit 6828354044

View file

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