diff options
author | Frédéric Crozat <fcrozat@src.gnome.org> | 2004-07-09 19:17:59 +0800 |
---|---|---|
committer | Frédéric Crozat <fcrozat@src.gnome.org> | 2004-07-09 19:17:59 +0800 |
commit | defbf78488dac93e88812c4418dbb31d94fc049e (patch) | |
tree | e07a32a7b8a89bf11b6b2440b1c4e6c84e51c9dc /mail | |
parent | 38e1adcd8db6b768d4610f3a7b1b1725203d9e58 (diff) | |
download | gsoc2013-evolution-defbf78488dac93e88812c4418dbb31d94fc049e.tar.gz gsoc2013-evolution-defbf78488dac93e88812c4418dbb31d94fc049e.tar.zst gsoc2013-evolution-defbf78488dac93e88812c4418dbb31d94fc049e.zip |
tarball should ship .schemas.in.in files, not generated files.
* Makefile.am:
tarball should ship .schemas.in.in files, not generated files.
svn path=/trunk/; revision=26602
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 5 | ||||
-rw-r--r-- | mail/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index bff037ecf0..8d92ae3b86 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2004-07-08 Frederic Crozat <fcrozat@mandrakesoft.com> + + * Makefile.am: + tarball should ship .schemas.in.in files, not generated files. + 2004-07-02 JP Rosevaer <jpr@novell.com> * Makefile.am (SUBDIRS): Revert previous error change diff --git a/mail/Makefile.am b/mail/Makefile.am index d830f00882..888529cd1e 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -237,7 +237,7 @@ EXTRA_DIST = \ $(error_DATA) \ $(error_i18n) \ $(glade_DATA) \ - $(schema_DATA) \ + $(schema_in_files) \ $(server_in_files) \ $(etspec_DATA) \ filtertypes.xml \ |