Monotone-Parent: 313980aa8a7bbf7586c456be24b950cc400a88f1

Monotone-Revision: 60cdea034d12ae4d4566e2d0ba49d506bff79ef2

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-05-14T17:26:25
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-05-14 17:26:25 +00:00
parent eeef7e4958
commit f064c4bce0
2 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2007-05-14 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/SOGo/SOGoObject.m: fail to build if libFoundation is
being used.
2007-05-11 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/Common/UIxObjectActions.m ([UIxObjectActions

View File

@@ -19,6 +19,11 @@
02111-1307, USA.
*/
#if LIB_FOUNDATION_LIBRARY
#error SOGo won't work properly with libFoundation. Please use gnustep-base \
instead.
#endif
#import <NGObjWeb/WEClientCapabilities.h>
#import <NGObjWeb/SoObject+SoDAV.h>
#import <NGObjWeb/WOContext.h>