diff options
author | JP Rosevear <jpr@novell.com> | 2004-05-20 00:56:13 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-05-20 00:56:13 +0800 |
commit | 67d0c16f4e62b1cb9dadd51965260ab1bfaf9e4d (patch) | |
tree | 1c41827b5f80ed233908b9cd20f13a761cd02984 /mail/Makefile.am | |
parent | 1917ca0cfc3ac4b051209ea9eccb7b84e2996ee1 (diff) | |
download | gsoc2013-evolution-67d0c16f4e62b1cb9dadd51965260ab1bfaf9e4d.tar.gz 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/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) \ |