diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-11-14 13:20:35 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-11-14 13:20:35 +0800 |
commit | 51fe60cd69cd77fd63dbdd20b3e5fcc6bb650c8a (patch) | |
tree | e0fe2c41338400f65cfdd2ad86c4f0da12b4877e /mail/Makefile.am | |
parent | e3768ee53411f6c0e933c670fe9c67c93d558e32 (diff) | |
download | gsoc2013-evolution-51fe60cd69cd77fd63dbdd20b3e5fcc6bb650c8a.tar.gz gsoc2013-evolution-51fe60cd69cd77fd63dbdd20b3e5fcc6bb650c8a.tar.zst gsoc2013-evolution-51fe60cd69cd77fd63dbdd20b3e5fcc6bb650c8a.zip |
BugĀ 600714 - No label colors in popup menu
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 01d41aaaa6..286d27dc12 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -40,6 +40,7 @@ mailinclude_HEADERS = \ e-mail-attachment-bar.h \ e-mail-browser.h \ e-mail-display.h \ + e-mail-label-action.h \ e-mail-label-dialog.h \ e-mail-label-list-store.h \ e-mail-label-manager.h \ @@ -96,6 +97,7 @@ libevolution_mail_la_SOURCES = \ e-mail-attachment-bar.c \ e-mail-browser.c \ e-mail-display.c \ + e-mail-label-action.c \ e-mail-label-dialog.c \ e-mail-label-list-store.c \ e-mail-label-manager.c \ |