]> err.no Git - sope/commitdiff
subminor code cleanups
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Thu, 30 Mar 2006 20:58:59 +0000 (20:58 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Thu, 30 Mar 2006 20:58:59 +0000 (20:58 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1235 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-appserver/NGObjWeb/SoObjects/SoCookieAuthenticator.m
sope-core/NGExtensions/GNUmakefile.preamble

index 4feebd0b0d427fc374b2969fd7465ee19f8eca94..6d10db583115f871ecaa8a11c4b4daae6556990f 100644 (file)
@@ -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) {
index 5c3c0fb572a0b9523353b16aee9c3019831c58b7..ff4bc08c461817aaee7786260a10a9bc3979f0d8 100644 (file)
@@ -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 \