aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorJP Rosevear <jpr@novell.com>2004-05-20 00:56:13 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-05-20 00:56:13 +0800
commit67d0c16f4e62b1cb9dadd51965260ab1bfaf9e4d (patch)
tree1c41827b5f80ed233908b9cd20f13a761cd02984 /mail
parent1917ca0cfc3ac4b051209ea9eccb7b84e2996ee1 (diff)
downloadgsoc2013-evolution-67d0c16f4e62b1cb9dadd51965260ab1bfaf9e4d.tar
gsoc2013-evolution-67d0c16f4e62b1cb9dadd51965260ab1bfaf9e4d.tar.gz
gsoc2013-evolution-67d0c16f4e62b1cb9dadd51965260ab1bfaf9e4d.tar.bz2
gsoc2013-evolution-67d0c16f4e62b1cb9dadd51965260ab1bfaf9e4d.tar.lz
gsoc2013-evolution-67d0c16f4e62b1cb9dadd51965260ab1bfaf9e4d.tar.xz
gsoc2013-evolution-67d0c16f4e62b1cb9dadd51965260ab1bfaf9e4d.tar.zst
gsoc2013-evolution-67d0c16f4e62b1cb9dadd51965260ab1bfaf9e4d.zip
don't dist the error .h file
2004-05-19 JP Rosevear <jpr@novell.com> * Makefile.am: don't dist the error .h file svn path=/trunk/; revision=25979
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) \