From: helge Date: Thu, 30 Mar 2006 20:58:59 +0000 (+0000) Subject: subminor code cleanups X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1a4ec051596279a750dd6adf48ce1eaa640610f;p=sope subminor code cleanups git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1235 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/sope-appserver/NGObjWeb/SoObjects/SoCookieAuthenticator.m b/sope-appserver/NGObjWeb/SoObjects/SoCookieAuthenticator.m index 4feebd0b..6d10db58 100644 --- a/sope-appserver/NGObjWeb/SoObjects/SoCookieAuthenticator.m +++ b/sope-appserver/NGObjWeb/SoObjects/SoCookieAuthenticator.m @@ -113,7 +113,7 @@ static NSString *prefix = @"0xHIGHFLYx"; uroles = [NSArray arrayWithObjects: SoRole_Authenticated, SoRole_Anonymous, - nil]; + nil]; return uroles; } @@ -256,7 +256,9 @@ static NSString *prefix = @"0xHIGHFLYx"; //[self debugWithFormat:@"authenticated user '%@'", user]; - /* authentication succeeded */ + /* + Authentication succeeded. Put authenticated roles into the context. + */ { static NSArray *auth = nil; if (auth == nil) { diff --git a/sope-core/NGExtensions/GNUmakefile.preamble b/sope-core/NGExtensions/GNUmakefile.preamble index 5c3c0fb5..ff4bc08c 100644 --- a/sope-core/NGExtensions/GNUmakefile.preamble +++ b/sope-core/NGExtensions/GNUmakefile.preamble @@ -10,7 +10,11 @@ libNGExtensions_INCLUDE_DIRS += -I.. # dependencies -libNGExtensions_LIBRARIES_DEPEND_UPON += -lEOControl -lDOM -lSaxObjC -lz +libNGExtensions_LIBRARIES_DEPEND_UPON += \ + -lEOControl -lDOM -lSaxObjC \ + -lobjc \ + -lz + NGExtensions_LIBRARIES_DEPEND_UPON += \ -framework EOControl \ -framework DOM -framework SaxObjC \