diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 5 | ||||
-rw-r--r-- | mail/Makefile.am | 11 |
2 files changed, 12 insertions, 4 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 6836f0db1c..848a676a17 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2000-05-09 Christopher James Lahey <clahey@helixcode.com> + + * Makefile.am: Removed folder-browser-factory.h since it doesn't + exist. Added mail-display.h, mail-types.h, pixmaps.h. + 2000-05-09 Matt Loper <matt@helixcode.com> * folder-browser-factory.c (control_activate): Remove "File->mail" diff --git a/mail/Makefile.am b/mail/Makefile.am index 6ea1b09721..83c047e632 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -2,8 +2,9 @@ bin_PROGRAMS = evolution-mail test-mail providerdir = $(libdir)/evolution/camel-providers/$(VERSION) -EXTRA_DIST = e-attchmt.png -pkgdata_DATA = e-attchmt.png +#imagesdir = $(datadir)/images/evolution +#images_DATA = e-attchmt.png +#EXTRA_DIST = $(image_DATA) INCLUDES = \ -I$(top_srcdir)/widgets \ @@ -30,17 +31,19 @@ evolution_mail_SOURCES = \ folder-browser.c \ folder-browser.h \ folder-browser-factory.c \ - folder-browser-factory.h \ mail-config.c \ mail-display.c \ + mail-display.h \ mail-format.c \ mail-identify.c \ mail-ops.c \ + mail-types.h \ main.c \ message-list.c \ message-list.h \ session.c \ - mail.h + mail.h \ + pixmaps.h evolution_mail_LDADD = \ |