From 6e1f98f09afc66e9bdfec631045a250b6c7cace5 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Tue, 8 Feb 2000 16:21:19 +0000 Subject: Changed the order of the compilation so the CORBA stuff was generated 2000-02-08 Iain Holmes * mail/Makefile.am: Changed the order of the compilation so the CORBA stuff was generated before it was needed. * shell/Makefile.am: Same. svn path=/trunk/; revision=1695 --- mail/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/Makefile.am') diff --git a/mail/Makefile.am b/mail/Makefile.am index b5b4e38dc9..821cb436cc 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -15,6 +15,7 @@ EVOLUTION_MAIL_CORBA_GENERATED = \ Mail-stubs.c evolution_mail_SOURCES = \ + $(EVOLUTION_MAIL_CORBA_GENERATED) \ folder-browser.c \ folder-browser.h \ folder-browser-factory.c \ @@ -25,8 +26,7 @@ evolution_mail_SOURCES = \ mail-display.c \ main.c \ message-list.c \ - message-list.h \ - $(EVOLUTION_MAIL_CORBA_GENERATED) + message-list.h evolution_mail_LDADD = \ ../widgets/e-table/libetable.a \ -- cgit