diff options
-rw-r--r-- | mail/ChangeLog | 7 | ||||
-rw-r--r-- | mail/Makefile.am | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index c2010278f7..9428c6687e 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2005-08-15 Not Zed <NotZed@Ximian.com> + + ** See #313440. + + * Makefile.am (mailinclude_HEADERS): Include the idl generated + headers. + 2005-08-16 Srinivasa Ragavan <sragavan@novell.com> * em-format-html-display.c (efhd_attachment_button): Sets the filename diff --git a/mail/Makefile.am b/mail/Makefile.am index db3b43ab67..ec6347c416 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -70,6 +70,7 @@ idl_DATA = $(MAIL_IDL) # plugin mail api mailinclude_HEADERS = \ + $(MAIL_IDL_GENERATED_H) \ em-composer-utils.h \ em-config.h \ em-event.h \ |