diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-06-30 22:47:59 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-06-30 22:47:59 +0800 |
commit | 8dc6bbd250891bcef9130a789c9b74a01be7f1cb (patch) | |
tree | abf0e8555b04f6748473ac8215e26fb7d6c44d35 /mail/Makefile.am | |
parent | 99126d46e61ce19a72acb3dd8498729b025339ec (diff) | |
download | gsoc2013-evolution-8dc6bbd250891bcef9130a789c9b74a01be7f1cb.tar.gz gsoc2013-evolution-8dc6bbd250891bcef9130a789c9b74a01be7f1cb.tar.zst gsoc2013-evolution-8dc6bbd250891bcef9130a789c9b74a01be7f1cb.zip |
Get the "startup-wizard" plugin working again.
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index 8b7a123994..e3b43ec494 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -47,6 +47,7 @@ mailinclude_HEADERS = \ e-mail-search-bar.h \ e-mail-store.h \ e-searching-tokenizer.h \ + em-account-editor.h \ em-composer-utils.h \ em-config.h \ em-event.h \ @@ -106,6 +107,7 @@ libevolution_mail_la_SOURCES = \ e-mail-search-bar.c \ e-mail-store.c \ e-searching-tokenizer.c \ + em-account-editor.c \ em-composer-utils.c \ em-config.c \ em-event.c \ |