From 6828354044620dc425ff4bc7009ba0c240b360c0 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 14 Dec 2006 20:14:35 +0000 Subject: [PATCH] Monotone-Parent: cdc5b99b631d52baa52688922ca940cec737dae3 Monotone-Revision: e5bba3fff141e5a080f57c5282190b8ea7f6f136 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-12-14T20:14:35 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/GNUmakefile | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/SoObjects/SOGo/GNUmakefile b/SoObjects/SOGo/GNUmakefile index ad7221ae8..ffcc0cb0e 100644 --- a/SoObjects/SOGo/GNUmakefile +++ b/SoObjects/SOGo/GNUmakefile @@ -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 \