From b531b6160c5ecc41f7160195da1b449dc87d01e3 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Tue, 23 Jul 2013 08:31:38 -0400 Subject: [PATCH] Fixed compilation ordering to avoid bug in gnustep-make --- UI/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/GNUmakefile b/UI/GNUmakefile index 6ad78eeaa..ced651de2 100644 --- a/UI/GNUmakefile +++ b/UI/GNUmakefile @@ -8,8 +8,8 @@ SUBPROJECTS += \ SOGoElements \ Common \ Contacts \ + MailPartViewers \ MailerUI \ - MailPartViewers \ MainUI \ PreferencesUI \ Scheduler \