diff options
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index 7fd2e98c7d..a7421d27e8 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -36,9 +36,14 @@ evolution_mail_SOURCES = \ message-list.c \ message-list.h \ session.c \ - session.h + session.h + evolution_mail_LDADD = \ + ../shell/Evolution-common.o \ + ../shell/Evolution-stubs.o \ + ../shell/Evolution-skels.o \ + ../shell/evolution-service-repository.o \ ../widgets/e-table/libetable.a \ ../widgets/e-text/libetext.a \ ../camel/libcamel.la \ |