diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 67ef492e08..94ec81826b 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,9 @@ 2004-05-27 Rodney Dawes <dobey@novell.com> + * Makefile.am (EXTRA_DIST): Add $(error_i18n) for "make dist" + +2004-05-27 Rodney Dawes <dobey@novell.com> + * Makefile.am (EXTRA_DIST): Don't dist $(error_i18n) as it requires e-error-tool to be built diff --git a/shell/Makefile.am b/shell/Makefile.am index b358c0d547..4f63855222 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -259,6 +259,7 @@ EXTRA_DIST = \ $(server_in_files) \ GNOME_Evolution_Test.server.in.in \ $(error_DATA) \ + $(error_i18n) \ $(etspec_DATA) \ $(schema_DATA) \ $(icons) \ |