diff options
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |