From 65aab9a8416a5c0b4c83d31455d73ddde36f7073 Mon Sep 17 00:00:00 2001 From: helge Date: Wed, 16 Feb 2005 22:33:04 +0000 Subject: [PATCH] fixed for OSX git-svn-id: http://svn.opengroupware.org/SOGo/trunk@576 d1b88da0-ebda-0310-925b-ed51d893ca5b --- SOGo/UI/GNUmakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SOGo/UI/GNUmakefile b/SOGo/UI/GNUmakefile index 6e4c3422..4046aaa0 100644 --- a/SOGo/UI/GNUmakefile +++ b/SOGo/UI/GNUmakefile @@ -10,9 +10,11 @@ SUBPROJECTS += \ Mailer \ Anais \ +ifneq ($(FOUNDATION_LIB),apple) # experimental SUBPROJECTS += \ MailerContacts \ MailerScheduler +endif include $(GNUSTEP_MAKEFILES)/aggregate.make -- 2.39.5