aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog4
-rw-r--r--mail/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index c4b8061547..f8466b126c 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,7 @@
+2004-05-19 JP Rosevear <jpr@novell.com>
+
+ * Makefile.am: don't dist the error .h file
+
2004-05-19 Not Zed <NotZed@Ximian.com>
* em-inline-filter.c (emif_add_part): if we end up with an
diff --git a/mail/Makefile.am b/mail/Makefile.am
index 6aacd80cb6..1cee1c58c9 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -202,7 +202,7 @@ EXTRA_DIST = \
ChangeLog.pre-1-4 \
em-marshal.list \
$(SPELL_IDL) \
- $(error_DATA) $(error_i18n) \
+ $(error_DATA) \
$(glade_DATA) \
$(schema_DATA) \
$(server_in_files) \