diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 6 | ||||
-rw-r--r-- | mail/Makefile.am | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 23699ceaa5..19c4614746 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2007-05-12 Matthew Barnes <mbarnes@redhat.com> + + ** Fixes part of bug #337616 + + * Makefile.am: Add $(schema_DATA) to DISTCLEANFILES. + 2007-05-11 Jules Colding <colding@omesc.com> * mail-config.c (mail_config_signature_run_script): file descriptor leaks fixed diff --git a/mail/Makefile.am b/mail/Makefile.am index 0a7bd980fc..5345bb3c37 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -331,3 +331,5 @@ dist-hook: BUILT_SOURCES = $(SPELL_IDL_GENERATED) $(MAIL_IDL_GENERATED) $(MARSHAL_GENERATED) $(server_DATA) $(error_DATA) CLEANFILES = $(BUILT_SOURCES) + +DISTCLEANFILES = $(schema_DATA) |