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 --- ChangeLog | 5 +++++ mail/ChangeLog | 5 +++++ mail/Makefile.am | 4 ++-- shell/Makefile.am | 4 ++-- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 55fdd04d73..bb0c41bcb7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-02-08 Iain Holmes + + * shell/Makefile.am: Changed the order of the compilation, so the CORBA + stuff was generated before it was needed. + 2000-02-07 Christopher James Lahey * widgets/e-text.h, widgets/e-text.c: Added line wrap and a max diff --git a/mail/ChangeLog b/mail/ChangeLog index 3a20cd6415..237fcba135 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2000-02-08 Iain Holmes + + * Makefile.am: Changed the order of the compilation so the CORBA stuff + was made before it was needed. + 2000-01-19 Miguel de Icaza * Started work on the mail display engine. 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 \ diff --git a/shell/Makefile.am b/shell/Makefile.am index b9a466b21c..56341d0042 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -16,6 +16,7 @@ EVOLUTION_CORBA_GENERATED = \ Evolution-stubs.c evolution_SOURCES = \ + $(EVOLUTION_CORBA_GENERATED) \ main.c \ e-folder.c \ e-folder.h \ @@ -30,8 +31,7 @@ evolution_SOURCES = \ e-shell-view-menu.c \ e-shell-view-menu.h \ e-shortcut.c \ - e-shortcut.h \ - $(EVOLUTION_CORBA_GENERATED) + e-shortcut.h Evolution-impl.o: Evolution.h -- cgit v1.2.3