uroles = [NSArray arrayWithObjects:
SoRole_Authenticated,
SoRole_Anonymous,
- nil];
+ nil];
return uroles;
}
//[self debugWithFormat:@"authenticated user '%@'", user];
- /* authentication succeeded */
+ /*
+ Authentication succeeded. Put authenticated roles into the context.
+ */
{
static NSArray *auth = nil;
if (auth == nil) {
# 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 \